Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                OperationCollectDataTable cln = ((OperationCollectDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     this.DataSetName             = "OperationCollect";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/OperationCollect.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableOperationCollect   = new OperationCollectDataTable();
     base.Tables.Add(this.tableOperationCollect);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     this.tableOperationCollect = ((OperationCollectDataTable)(base.Tables["OperationCollect"]));
     if ((initTable == true))
     {
         if ((this.tableOperationCollect != null))
         {
             this.tableOperationCollect.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal OperationCollectRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableOperationCollect = ((OperationCollectDataTable)(this.Table));
 }