コード例 #1
0
            public override global::System.Data.DataTable Clone()
            {
                costing_burdensDataTable cln = ((costing_burdensDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsCostingBurden";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsCostingBurden.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablecosting_burdens    = new costing_burdensDataTable();
     base.Tables.Add(this.tablecosting_burdens);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tablecosting_burdens = ((costing_burdensDataTable)(base.Tables["costing_burdens"]));
     if ((initTable == true))
     {
         if ((this.tablecosting_burdens != null))
         {
             this.tablecosting_burdens.InitVars();
         }
     }
 }
コード例 #4
0
 internal costing_burdensRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablecosting_burdens = ((costing_burdensDataTable)(this.Table));
 }