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

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 internal void InitVars()
 {
     this.tabletsh_CoeficientesCostosIndirectos = ((tsh_CoeficientesCostosIndirectosDataTable)(this.Tables["tsh_CoeficientesCostosIndirectos"]));
     if ((this.tabletsh_CoeficientesCostosIndirectos != null))
     {
         this.tabletsh_CoeficientesCostosIndirectos.InitVars();
     }
 }
コード例 #3
0
 private void InitClass()
 {
     this.DataSetName        = "tsh_CoeficientesCostosIndirectosDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/tsh_CoeficientesCostosIndirectos.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tabletsh_CoeficientesCostosIndirectos = new tsh_CoeficientesCostosIndirectosDataTable();
     this.Tables.Add(this.tabletsh_CoeficientesCostosIndirectos);
 }
コード例 #4
0
 internal tsh_CoeficientesCostosIndirectosRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletsh_CoeficientesCostosIndirectos = ((tsh_CoeficientesCostosIndirectosDataTable)(this.Table));
 }