C# Class BLL.Presupuesto

Inheritance: ClaseMaestra
Afficher le fichier Open project: enelramon/FinanzasPersonalesWeb2016 Class Usage Examples

Méthodes publiques

Свойство Type Description
Detalle List

Méthodes publiques

Méthode Description
AgregarDetalle ( int TipoEgresoId, float Monto ) : void
Buscar ( int IdBuscado ) : bool
Editar ( ) : bool
Eliminar ( ) : bool
Insertar ( ) : bool
Listado ( string Campos, string Condicion, string Orden ) : DataTable
Presupuesto ( ) : DAL
Presupuesto ( int PresupuestoId, int UsuarioId, string Descripcion ) : DAL

Method Details

AgregarDetalle() public méthode

public AgregarDetalle ( int TipoEgresoId, float Monto ) : void
TipoEgresoId int
Monto float
Résultat void

Buscar() public méthode

public Buscar ( int IdBuscado ) : bool
IdBuscado int
Résultat bool

Editar() public méthode

public Editar ( ) : bool
Résultat bool

Eliminar() public méthode

public Eliminar ( ) : bool
Résultat bool

Insertar() public méthode

public Insertar ( ) : bool
Résultat bool

Listado() public méthode

public Listado ( string Campos, string Condicion, string Orden ) : DataTable
Campos string
Condicion string
Orden string
Résultat System.Data.DataTable

Presupuesto() public méthode

public Presupuesto ( ) : DAL
Résultat DAL

Presupuesto() public méthode

public Presupuesto ( int PresupuestoId, int UsuarioId, string Descripcion ) : DAL
PresupuestoId int
UsuarioId int
Descripcion string
Résultat DAL

Property Details

Detalle public_oe property

public List Detalle
Résultat List