Ejemplo n.º 1
0
            public override System.Data.DataTable Clone()
            {
                profservicesetupDataTable cln = ((profservicesetupDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "vistaForm";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/VistaPersContrattoProf.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableprofservicesetup   = new profservicesetupDataTable();
     base.Tables.Add(this.tableprofservicesetup);
 }
Ejemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableprofservicesetup = ((profservicesetupDataTable)(base.Tables["profservicesetup"]));
     if ((initTable == true))
     {
         if ((this.tableprofservicesetup != null))
         {
             this.tableprofservicesetup.InitVars();
         }
     }
 }
Ejemplo n.º 4
0
 internal profservicesetupRow(System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableprofservicesetup = ((profservicesetupDataTable)(this.Table));
 }