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

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