//--------Constructor
 public ClsAccesoAModulo()
 {
     this.IdUsuario    = 0;
     this.IdModulo     = 0;
     this.Activo       = true;
     this.CLSManejador = new ClsManejador();
 }
Esempio n. 2
0
 //------------Constructor
 public ClsServicio()
 {
     this.Id           = 0;
     this.Nombre       = String.Empty;
     this.Descripcion  = String.Empty;
     this.CLSManejador = new ClsManejador();
 }
Esempio n. 3
0
        //---------------Constructor
        public ClsProveedorProveeElementoElementoProveido()
        {
            this.IdProveedor    = 0;
            this.NombreElemento = "";
            this.IdUsuarioAlta  = 0;

            this.CLSManejador = new ClsManejador();
        }//parameterless constructor
Esempio n. 4
0
        //---------Constructor
        public ClsAsociadoPagaServicio()
        {
            this.IdAsociado = 0;
            this.IdServicio = 0;
            this.Cantidad   = 0.0M;

            this.CLSManejador = new ClsManejador();
        }
 //-------constructor
 public ClsReciboLicencia()
 {
     this.Folio             = String.Empty;
     this.IdUsuarioAlta     = 0;
     this.FechaAlta         = new DateTime();
     this.IdUsuarioModifico = 0;
     this.FechaModificacion = new DateTime();
     this.Activo            = true;
     this.CLSManejador      = new ClsManejador();
 }//parameterless constructor
 //--------------Constructor
 public ClsCuentaPorPagar()
 {
     this.Id = 0;
     this.FechaVencimiento  = new DateTime();
     this.IdUsuarioAlta     = 0;
     this.FechaAlta         = new DateTime();
     this.IdUsuarioModifico = 0;
     this.FechaModificacion = new DateTime();
     this.CLSManejador      = new ClsManejador();
 }
 //----------------constructor
 public ClsReciboListaProductos()
 {
     this.Folio             = String.Empty;
     this.IdUsuarioAlta     = 0;
     this.FechaAlta         = new DateTime();
     this.IdUsuarioModifico = 0;
     this.FechaModificacion = new DateTime();
     this.Activo            = true;
     this.CLSManejador      = new ClsManejador();
 }
Esempio n. 8
0
        //---------------Constructor
        public ClsCaja()
        {
            this.Id                = 0;
            this.IdUsuarioAlta     = 0;
            this.FechaAlta         = new DateTime();
            this.IdUsuarioModifico = 0;
            this.FechaModificacion = new DateTime();
            this.Activo            = true;

            this.CLSManejador = new ClsManejador();
        }
 //---------Constructor
 public ClsProveedorProveeElemento()
 {
     this.IdProveedor        = 0;
     this.IdElementoProveido = 0;
     this.IdUsuarioAlta      = 0;
     this.FechaAlta          = DateTime.MinValue;
     this.IdUsuarioModifico  = 0;
     this.FechaModificacion  = DateTime.MinValue;
     this.Activo             = false;
     this.CLSManejador       = new ClsManejador();
 }
        //----------------Constructor
        public ClsProductosAPagar()
        {
            this.IdCuenta          = 0;
            this.Limite            = 0.0M;
            this.IdProducto        = 0;
            this.IdUsuarioAlta     = 0;
            this.FechaAlta         = new DateTime();
            this.IdUsuarioModifico = 0;
            this.FechaModificacion = new DateTime();

            this.CLSManejador = new ClsManejador();
        }
        //-------------Constructor
        public ClsProductoPosee()
        {
            this.IdProducto        = 0;
            this.IdTarifa          = 0;
            this.IdUsuarioAlta     = 0;
            this.FechaAlta         = new DateTime();
            this.IdUsuarioModifico = 0;
            this.FechaModificacion = new DateTime();
            this.Activo            = true;

            this.CLSManejador = new ClsManejador();
        }
 //---------------Constructor
 public ClsProducto()
 {
     this.Id                = 0;
     this.Nombre            = String.Empty;
     this.Descripcion       = String.Empty;
     this.IdUsuarioAlta     = 0;
     this.FechaAlta         = new DateTime();
     this.IdUsuarioModifico = 0;
     this.FechaModificacion = new DateTime();
     this.Activo            = true;
     this.CLSManejador      = new ClsManejador();
 }
Esempio n. 13
0
        //----------------Constructor
        public ClsOperaCaja()
        {
            this.IdUsuario         = 0;
            this.IdCaja            = 0;
            this.IdUsuarioAlta     = 0;
            this.FechaAlta         = new DateTime();
            this.IdUsuarioModifico = 0;
            this.FechaModificacion = new DateTime();
            this.Activo            = true;

            this.CLSManejador = new ClsManejador();
        }//parameterless constructor
        //--------------------Constructor
        public ClsInicialTotalDeChequesCobradosDePeriodosAnteriores()
        {
            this.Id    = 0;
            this.Total = 0.0m;
            this.FechaDePeriodoInicial = DateTime.MinValue;
            this.IdUsuarioAlta         = 0;
            this.FechaAlta             = DateTime.MinValue;
            this.IdUsuarioModifico     = 0;
            this.FechaModificacion     = DateTime.MinValue;
            this.Activo = false;

            this.CLSManejador = new ClsManejador();
        }
Esempio n. 15
0
        //----------------------Constructor
        public ClsAsociado()
        {
            this.Id        = 0;
            this.Nombre    = String.Empty;
            this.APaterno  = String.Empty;
            this.AMaterno  = String.Empty;
            this.Edad      = 0;
            this.Telefono1 = String.Empty;
            this.Telefono2 = String.Empty;
            this.Correo    = String.Empty;
            this.Domicilio = String.Empty;

            this.CLSManejador = new ClsManejador();
        }
Esempio n. 16
0
        //--------------Constructor
        public ClsUsuario()
        {
            this.Id                = 0;
            this.Nombre            = String.Empty;
            this.Usuario           = String.Empty;
            this.Password          = String.Empty;
            this.IdUsuarioAlta     = 0;
            this.FechaAlta         = new DateTime();
            this.IdUsuarioModifico = 0;
            this.FechaModificacion = new DateTime();
            this.Activo            = true;

            this.CLSManejador = new ClsManejador();
        }
Esempio n. 17
0
        //-----------Constructor
        public ClsBancos()
        {
            this.Id                     = 0;
            this.PeriodoMes             = "";
            this.PeriodoAnio            = 0;
            this.DisponibleEnBancos     = 0.0m;
            this.DisponibleEnBancosReal = 0.0m;
            this.IdUsuarioAlta          = 0;
            this.FechaAlta              = new DateTime();
            this.IdUsuarioModifico      = 0;
            this.FechaModificacion      = new DateTime();
            this.Activo                 = false;

            this.CLSManejador = new ClsManejador();
        }
Esempio n. 18
0
        //----------------Constructor
        public ClsMovsEnCaja()
        {
            this.IdMovimiento   = 0;
            this.IdCaja         = 0;
            this.TipoMovimiento = "";
            this.Cantidad       = 0.0M;

            this.IdUsuarioAlta       = 0;
            this.FechaAlta           = new DateTime();
            this.IdUsuarioModififico = 0;
            this.FechaModificacion   = new DateTime();
            this.Activo = false;

            this.CLSManejador = new ClsManejador();
        }
Esempio n. 19
0
        //-----------Constructor
        public ClsMovimientoSocioProducto()
        {
            this.IdSocio          = 0;
            this.IdProducto       = 0;
            this.Cantidad         = 0.0M;
            this.FechaMovimiento  = new DateTime();
            this.IdCuentaPorPagar = 0;
            this.IdUsuario        = 0;
            this.Id                = 0;
            this.IdUsuarioAlta     = 0;
            this.FechaAlta         = new DateTime();
            this.IdUsuarioModifico = 0;
            this.FechaModificacion = new DateTime();

            this.CLSManejador = new ClsManejador();
        }
Esempio n. 20
0
        //-----------------Constructor
        public ClsPagoProducto()
        {
            this.Id                  = 0;
            this.IdSocio             = 0;
            this.IdProducto          = 0;
            this.CantidadPagada      = 0.0M;
            this.TipoDescuento       = String.Empty;
            this.CantidadDescuento   = 0.0M;
            this.IdUsuarioAlta       = 0;
            this.FechaAlta           = new DateTime();
            this.IdUsuarioModififico = 0;
            this.FechaModificacion   = new DateTime();
            this.Activo              = true;

            this.CLSManejador = new ClsManejador();
        }
Esempio n. 21
0
        //-----------------Constructor
        public ClsCheque()
        {
            this.Id                = 0;
            this.NumCheque         = String.Empty;
            this.Beneficiario      = String.Empty;
            this.Cantidad          = 0.0m;
            this.FechaDeCheque     = DateTime.MinValue;
            this.FechaDeCobro      = DateTime.MinValue;
            this.FechaAlta         = DateTime.MinValue;
            this.IdUsuarioAlta     = 0;
            this.FechaModificacion = DateTime.MinValue;
            this.IdUsuarioModifico = 0;
            this.Activo            = true;
            this.UsarEnCalculosReporteEgresosIngresos = true;

            this.CLSManejador = new ClsManejador();
        }
        //--------------constructor
        public ClsProveedor()
        {
            this.Id                   = 0;
            this.Nombre               = String.Empty;
            this.DireccionSupmza      = String.Empty;
            this.DireccionManzana     = String.Empty;
            this.DireccionLote        = String.Empty;
            this.DireccionCalle       = String.Empty;
            this.DireccionComplemento = String.Empty;
            this.Telefono             = String.Empty;
            this.Celular              = String.Empty;
            this.CorreoElectronico    = String.Empty;

            this.IdUsuarioAlta     = 0;
            this.FechaAlta         = DateTime.MinValue;
            this.IdUsuarioModifico = 0;
            this.FechaModificacion = DateTime.MinValue;
            this.Activo            = true;

            this.CLSManejador = new ClsManejador();
        }
Esempio n. 23
0
        //-------------constructor
        public ClsSocio()
        {
            this.Id                   = 0;
            this.NumeroLicencia       = String.Empty;
            this.NombreComercial      = String.Empty;
            this.DireccionSupmza      = String.Empty;
            this.DireccionManzana     = String.Empty;
            this.DireccionLote        = String.Empty;
            this.DireccionCalle       = String.Empty;
            this.DireccionComplemento = String.Empty;
            this.PropietarioPatente   = String.Empty;
            this.RFCPropietario       = String.Empty;
            this.Comodatario          = String.Empty;
            this.RFCComodatario       = String.Empty;
            this.Telefono             = String.Empty;
            this.Celular              = String.Empty;
            this.CorreoElectronico    = String.Empty;
            this.IdUsuarioAlta        = 0;
            this.FechaAlta            = new DateTime();
            this.IdUsuarioModifico    = 0;
            this.FechaModificacion    = new DateTime();

            this.CLSManejador = new ClsManejador();
        }
Esempio n. 24
0
 //-----------Constructor
 public ClsModulo()
 {
     this.Id           = 0;
     this.Nombre       = String.Empty;
     this.CLSManejador = new ClsManejador();
 }
 //-----------Constructor
 public ClsPagoBasico()
 {
     this.CLSManejador         = new ClsManejador();
     this.ListaProductosAPagar = MakeTable();
 }
        public string ObtenerCadenaConexionDeCapaAccesoDatos()
        {
            ClsManejador cls = new ClsManejador();

            return(cls.ObtenerCadenaConexionDeCapaAccesoDatos());
        }