Exemple #1
0
            public override DataTable Clone()
            {
                tbIncotermsDataTable cln = ((tbIncotermsDataTable)(base.Clone()));

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