Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                reporteDataTable cln = ((reporteDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 internal void InitVars()
 {
     this.tablereporte = ((reporteDataTable)(this.Tables["reporte"]));
     if ((this.tablereporte != null))
     {
         this.tablereporte.InitVars();
     }
 }
Esempio n. 3
0
 private void InitClass()
 {
     this.DataSetName             = "info";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/info.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablereporte            = new reporteDataTable();
     base.Tables.Add(this.tablereporte);
 }
Esempio n. 4
0
 internal void InitVars(bool initTable)
 {
     this.tablereporte = ((reporteDataTable)(base.Tables["reporte"]));
     if ((initTable == true))
     {
         if ((this.tablereporte != null))
         {
             this.tablereporte.InitVars();
         }
     }
 }
Esempio n. 5
0
 private void InitClass()
 {
     this.DataSetName        = "datosReporte";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/datosReporte.xsd";
     this.Locale             = new System.Globalization.CultureInfo("es-ES");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablereporte       = new reporteDataTable();
     this.Tables.Add(this.tablereporte);
 }
Esempio n. 6
0
 internal void InitVars()
 {
     this.tablereporte = ((reporteDataTable)(this.Tables["reporte"]));
     if ((this.tablereporte != null)) {
         this.tablereporte.InitVars();
     }
 }
Esempio n. 7
0
 internal reporteRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tablereporte = ((reporteDataTable)(this.Table));
 }
Esempio n. 8
0
 private void InitClass()
 {
     this.DataSetName = "datosReporte";
     this.Prefix = "";
     this.Namespace = "http://www.tempuri.org/datosReporte.xsd";
     this.Locale = new System.Globalization.CultureInfo("es-ES");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tablereporte = new reporteDataTable();
     this.Tables.Add(this.tablereporte);
 }
Esempio n. 9
0
 internal reporteRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablereporte = ((reporteDataTable)(this.Table));
 }
Esempio n. 10
0
 internal reporteRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablereporte = ((reporteDataTable)(this.Table));
 }