Esempio n. 1
0
            public override DataTable Clone()
            {
                twf_ValidacionesDataTable cln = ((twf_ValidacionesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 internal void InitVars()
 {
     this.tabletwf_Validaciones = ((twf_ValidacionesDataTable)(this.Tables["twf_Validaciones"]));
     if ((this.tabletwf_Validaciones != null))
     {
         this.tabletwf_Validaciones.InitVars();
     }
 }
Esempio n. 3
0
 private void InitClass()
 {
     this.DataSetName           = "twf_ValidacionesDataset";
     this.Prefix                = "";
     this.Namespace             = "http://tempuri.org/twf_Validaciones.xsd";
     this.Locale                = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive         = false;
     this.EnforceConstraints    = true;
     this.tabletwf_Validaciones = new twf_ValidacionesDataTable();
     this.Tables.Add(this.tabletwf_Validaciones);
 }
Esempio n. 4
0
 internal twf_ValidacionesRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletwf_Validaciones = ((twf_ValidacionesDataTable)(this.Table));
 }