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

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