示例#1
0
文件: DataSet1.cs 项目: yesashii/upa
            public override DataTable Clone()
            {
                ENCABEZADODataTable cln = ((ENCABEZADODataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 internal void InitVars()
 {
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null))
     {
         this.tableENCABEZADO.InitVars();
     }
 }
示例#3
0
 private void InitClass()
 {
     this.DataSetName        = "ds";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/ds.xsd";
     this.Locale             = new System.Globalization.CultureInfo("es-MX");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableENCABEZADO    = new ENCABEZADODataTable();
     this.Tables.Add(this.tableENCABEZADO);
 }
示例#4
0
文件: DataSet1.cs 项目: yesashii/upa
 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();
     }
 }
示例#5
0
文件: DataSet1.cs 项目: yesashii/upa
 internal void InitVars()
 {
     this.tableCARRERAS_ESTADOS = ((CARRERAS_ESTADOSDataTable)(this.Tables["CARRERAS_ESTADOS"]));
     if ((this.tableCARRERAS_ESTADOS != null))
     {
         this.tableCARRERAS_ESTADOS.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null))
     {
         this.tableENCABEZADO.InitVars();
     }
 }
示例#6
0
文件: DataSet1.cs 项目: yesashii/upa
 internal void InitVars()
 {
     this.tableDETALLE = ((DETALLEDataTable)(this.Tables["DETALLE"]));
     if ((this.tableDETALLE != null))
     {
         this.tableDETALLE.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null))
     {
         this.tableENCABEZADO.InitVars();
     }
 }
示例#7
0
文件: DataSet1.cs 项目: yesashii/upa
 internal ENCABEZADORow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Table));
 }
示例#8
0
文件: DataSet1.cs 项目: yesashii/upa
 internal void InitVars()
 {
     this.tableASIGNATURAS = ((ASIGNATURASDataTable)(this.Tables["ASIGNATURAS"]));
     if ((this.tableASIGNATURAS != null)) {
         this.tableASIGNATURAS.InitVars();
     }
     this.tableEGRESADOS = ((EGRESADOSDataTable)(this.Tables["EGRESADOS"]));
     if ((this.tableEGRESADOS != null)) {
         this.tableEGRESADOS.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null)) {
         this.tableENCABEZADO.InitVars();
     }
 }
示例#9
0
文件: DataSet1.cs 项目: yesashii/upa
 internal ENCABEZADORow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Table));
 }
示例#10
0
文件: DataSet1.cs 项目: yesashii/upa
 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.tableDETALLE = new DETALLEDataTable();
     this.Tables.Add(this.tableDETALLE);
     this.tableENCABEZADO = new ENCABEZADODataTable();
     this.Tables.Add(this.tableENCABEZADO);
 }
示例#11
0
文件: DataSet1.cs 项目: yesashii/upa
 internal void InitVars()
 {
     this.tablePERSONAS = ((PERSONASDataTable)(this.Tables["PERSONAS"]));
     if ((this.tablePERSONAS != null)) {
         this.tablePERSONAS.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null)) {
         this.tableENCABEZADO.InitVars();
     }
     this.tableALUMNOS = ((ALUMNOSDataTable)(this.Tables["ALUMNOS"]));
     if ((this.tableALUMNOS != null)) {
         this.tableALUMNOS.InitVars();
     }
 }
示例#12
0
文件: DataSet1.cs 项目: yesashii/upa
 internal void InitVars()
 {
     this.tableDETALLE = ((DETALLEDataTable)(this.Tables["DETALLE"]));
     if ((this.tableDETALLE != null)) {
         this.tableDETALLE.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null)) {
         this.tableENCABEZADO.InitVars();
     }
 }
示例#13
0
文件: DataSet1.cs 项目: yesashii/upa
 internal void InitVars()
 {
     this.tableCARRERAS_ESTADOS = ((CARRERAS_ESTADOSDataTable)(this.Tables["CARRERAS_ESTADOS"]));
     if ((this.tableCARRERAS_ESTADOS != null)) {
         this.tableCARRERAS_ESTADOS.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null)) {
         this.tableENCABEZADO.InitVars();
     }
 }
示例#14
0
文件: ds.cs 项目: yesashii/upa
 internal void InitVars()
 {
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null)) {
         this.tableENCABEZADO.InitVars();
     }
 }
示例#15
0
文件: DataSet2.cs 项目: yesashii/upa
 private void InitClass()
 {
     this.DataSetName = "DataSet2";
     this.Prefix = "";
     this.Namespace = "http://www.tempuri.org/DataSet2.xsd";
     this.Locale = new System.Globalization.CultureInfo("es-MX");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableGRUPOS = new GRUPOSDataTable();
     this.Tables.Add(this.tableGRUPOS);
     this.tableENCABEZADO = new ENCABEZADODataTable();
     this.Tables.Add(this.tableENCABEZADO);
     this.tableTITULADOS = new TITULADOSDataTable();
     this.Tables.Add(this.tableTITULADOS);
     this.tableENC_REQ_CALIFICADOS = new ENC_REQ_CALIFICADOSDataTable();
     this.Tables.Add(this.tableENC_REQ_CALIFICADOS);
 }
示例#16
0
文件: DataSet2.cs 项目: yesashii/upa
 internal void InitVars()
 {
     this.tableGRUPOS = ((GRUPOSDataTable)(this.Tables["GRUPOS"]));
     if ((this.tableGRUPOS != null)) {
         this.tableGRUPOS.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null)) {
         this.tableENCABEZADO.InitVars();
     }
     this.tableTITULADOS = ((TITULADOSDataTable)(this.Tables["TITULADOS"]));
     if ((this.tableTITULADOS != null)) {
         this.tableTITULADOS.InitVars();
     }
     this.tableENC_REQ_CALIFICADOS = ((ENC_REQ_CALIFICADOSDataTable)(this.Tables["ENC_REQ_CALIFICADOS"]));
     if ((this.tableENC_REQ_CALIFICADOS != null)) {
         this.tableENC_REQ_CALIFICADOS.InitVars();
     }
 }
示例#17
0
文件: DataSet1.cs 项目: yesashii/upa
 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();
     }
 }