Пример #1
0
            public override DataTable Clone()
            {
                twf_ClaseTareaDataTable cln = ((twf_ClaseTareaDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 internal void InitVars()
 {
     this.tabletwf_ClaseTarea = ((twf_ClaseTareaDataTable)(this.Tables["twf_ClaseTarea"]));
     if ((this.tabletwf_ClaseTarea != null))
     {
         this.tabletwf_ClaseTarea.InitVars();
     }
 }
Пример #3
0
 private void InitClass()
 {
     this.DataSetName         = "twf_ClaseTareaDataset";
     this.Prefix              = "";
     this.Namespace           = "http://tempuri.org/twf_ClaseTarea.xsd";
     this.Locale              = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive       = false;
     this.EnforceConstraints  = true;
     this.tabletwf_ClaseTarea = new twf_ClaseTareaDataTable();
     this.Tables.Add(this.tabletwf_ClaseTarea);
 }
Пример #4
0
 internal twf_ClaseTareaRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletwf_ClaseTarea = ((twf_ClaseTareaDataTable)(this.Table));
 }