Example #1
0
            public override DataTable Clone()
            {
                OutboundFreightTypeTableDataTable cln = ((OutboundFreightTypeTableDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 internal void InitVars()
 {
     this.tableOutboundFreightTypeTable = ((OutboundFreightTypeTableDataTable)(this.Tables["OutboundFreightTypeTable"]));
     if ((this.tableOutboundFreightTypeTable != null))
     {
         this.tableOutboundFreightTypeTable.InitVars();
     }
 }
Example #3
0
 private void InitClass()
 {
     this.DataSetName                   = "OutboundFreightTypeDS";
     this.Prefix                        = "";
     this.Namespace                     = "http://www.tempuri.org/OutboundFreightTypeDS.xsd";
     this.Locale                        = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive                 = false;
     this.EnforceConstraints            = true;
     this.tableOutboundFreightTypeTable = new OutboundFreightTypeTableDataTable();
     this.Tables.Add(this.tableOutboundFreightTypeTable);
 }
Example #4
0
 internal OutboundFreightTypeTableRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableOutboundFreightTypeTable = ((OutboundFreightTypeTableDataTable)(this.Table));
 }