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

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 internal void InitVars()
 {
     this.tableCarriers = ((CarriersDataTable)(this.Tables["Carrier"]));
     if ((this.tableCarriers != null))
     {
         this.tableCarriers.InitVars();
     }
 }
コード例 #3
0
 private void InitClass()
 {
     this.DataSetName             = "CarrierSchema";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/CarrierSchema.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCarriers           = new CarriersDataTable();
     base.Tables.Add(this.tableCarriers);
 }
コード例 #4
0
 internal void InitVars(bool initTable)
 {
     this.tableCarriers = ((CarriersDataTable)(base.Tables["Carrier"]));
     if ((initTable == true))
     {
         if ((this.tableCarriers != null))
         {
             this.tableCarriers.InitVars();
         }
     }
 }
コード例 #5
0
 private void InitClass()
 {
     this.DataSetName        = "CarrierSchema";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/CarrierSchema.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableCarriers      = new CarriersDataTable();
     this.Tables.Add(this.tableCarriers);
 }
コード例 #6
0
 internal Carrier(System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCarriers = ((CarriersDataTable)(this.Table));
 }