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

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