Beispiel #1
0
            public override global::System.Data.DataTable Clone()
            {
                alert_lot_hold_toleranceDataTable cln = ((alert_lot_hold_toleranceDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 private void InitClass()
 {
     this.DataSetName                   = "dsTolerance";
     this.Prefix                        = "";
     this.Namespace                     = "http://tempuri.org/dsTolerance.xsd";
     this.EnforceConstraints            = true;
     this.SchemaSerializationMode       = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablealert_lot_hold_tolerance = new alert_lot_hold_toleranceDataTable();
     base.Tables.Add(this.tablealert_lot_hold_tolerance);
 }
Beispiel #3
0
 internal void InitVars(bool initTable)
 {
     this.tablealert_lot_hold_tolerance = ((alert_lot_hold_toleranceDataTable)(base.Tables["alert_lot_hold_tolerance"]));
     if ((initTable == true))
     {
         if ((this.tablealert_lot_hold_tolerance != null))
         {
             this.tablealert_lot_hold_tolerance.InitVars();
         }
     }
 }
Beispiel #4
0
 internal alert_lot_hold_toleranceRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablealert_lot_hold_tolerance = ((alert_lot_hold_toleranceDataTable)(this.Table));
 }