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

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName         = "DataSet1";
     this.Prefix              = "";
     this.Namespace           = "http://www.tempuri.org/DataSet1.xsd";
     this.Locale              = new System.Globalization.CultureInfo("es-CL");
     this.CaseSensitive       = false;
     this.EnforceConstraints  = true;
     this.tableOTROS_INGRESOS = new OTROS_INGRESOSDataTable();
     this.Tables.Add(this.tableOTROS_INGRESOS);
     this.tableENCABEZADO = new ENCABEZADODataTable();
     this.Tables.Add(this.tableENCABEZADO);
 }
Example #3
0
 internal void InitVars()
 {
     this.tableOTROS_INGRESOS = ((OTROS_INGRESOSDataTable)(this.Tables["OTROS_INGRESOS"]));
     if ((this.tableOTROS_INGRESOS != null))
     {
         this.tableOTROS_INGRESOS.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null))
     {
         this.tableENCABEZADO.InitVars();
     }
 }
Example #4
0
 internal OTROS_INGRESOSRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableOTROS_INGRESOS = ((OTROS_INGRESOSDataTable)(this.Table));
 }
Example #5
0
 private void InitClass()
 {
     this.DataSetName = "DataSet1";
     this.Prefix = "";
     this.Namespace = "http://www.tempuri.org/DataSet1.xsd";
     this.Locale = new System.Globalization.CultureInfo("es-CL");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableOTROS_INGRESOS = new OTROS_INGRESOSDataTable();
     this.Tables.Add(this.tableOTROS_INGRESOS);
     this.tableENCABEZADO = new ENCABEZADODataTable();
     this.Tables.Add(this.tableENCABEZADO);
 }
Example #6
0
 internal void InitVars()
 {
     this.tableOTROS_INGRESOS = ((OTROS_INGRESOSDataTable)(this.Tables["OTROS_INGRESOS"]));
     if ((this.tableOTROS_INGRESOS != null)) {
         this.tableOTROS_INGRESOS.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null)) {
         this.tableENCABEZADO.InitVars();
     }
 }
Example #7
0
 internal OTROS_INGRESOSRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableOTROS_INGRESOS = ((OTROS_INGRESOSDataTable)(this.Table));
 }