private void InitClass() {
     this.DataSetName = "DSFichaAdmAlquiler";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/DSFichaAdmAlquiler.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableContratoVigente = new ContratoVigenteDataTable();
     base.Tables.Add(this.tableContratoVigente);
     this.tablePagos = new PagosDataTable();
     base.Tables.Add(this.tablePagos);
     this.tableEncabezado = new EncabezadoDataTable();
     base.Tables.Add(this.tableEncabezado);
     this.tableValoresRenta = new ValoresRentaDataTable();
     base.Tables.Add(this.tableValoresRenta);
     this.tableEncabezados = new EncabezadosDataTable();
     base.Tables.Add(this.tableEncabezados);
 }
 internal void InitVars(bool initTable) {
     this.tableContratoVigente = ((ContratoVigenteDataTable)(base.Tables["ContratoVigente"]));
     if ((initTable == true)) {
         if ((this.tableContratoVigente != null)) {
             this.tableContratoVigente.InitVars();
         }
     }
     this.tablePagos = ((PagosDataTable)(base.Tables["Pagos"]));
     if ((initTable == true)) {
         if ((this.tablePagos != null)) {
             this.tablePagos.InitVars();
         }
     }
     this.tableEncabezado = ((EncabezadoDataTable)(base.Tables["Encabezado"]));
     if ((initTable == true)) {
         if ((this.tableEncabezado != null)) {
             this.tableEncabezado.InitVars();
         }
     }
     this.tableValoresRenta = ((ValoresRentaDataTable)(base.Tables["ValoresRenta"]));
     if ((initTable == true)) {
         if ((this.tableValoresRenta != null)) {
             this.tableValoresRenta.InitVars();
         }
     }
     this.tableEncabezados = ((EncabezadosDataTable)(base.Tables["Encabezados"]));
     if ((initTable == true)) {
         if ((this.tableEncabezados != null)) {
             this.tableEncabezados.InitVars();
         }
     }
 }
 internal EncabezadoRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableEncabezado = ((EncabezadoDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "DSPropiedadAnexo";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/DSPropiedadAnexo.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableEncabezado = new EncabezadoDataTable();
     base.Tables.Add(this.tableEncabezado);
     this.tableDatos = new DatosDataTable();
     base.Tables.Add(this.tableDatos);
 }
 internal void InitVars(bool initTable) {
     this.tableEncabezado = ((EncabezadoDataTable)(base.Tables["Encabezado"]));
     if ((initTable == true)) {
         if ((this.tableEncabezado != null)) {
             this.tableEncabezado.InitVars();
         }
     }
     this.tableDatos = ((DatosDataTable)(base.Tables["Datos"]));
     if ((initTable == true)) {
         if ((this.tableDatos != null)) {
             this.tableDatos.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "DSListadoAdmAlquileres";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/DSListadoAdmAlquileres.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableDetalles = new DetallesDataTable();
     base.Tables.Add(this.tableDetalles);
     this.tableEncabezado = new EncabezadoDataTable();
     base.Tables.Add(this.tableEncabezado);
     this.tableEncabezados = new EncabezadosDataTable();
     base.Tables.Add(this.tableEncabezados);
 }