C# Class BLL.Presupuesto

Inheritance: ClaseMaestra
Datei anzeigen Open project: enelramon/FinanzasPersonalesWeb2016 Class Usage Examples

Public Properties

Property Type Description
Detalle List

Public Methods

Method 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 method

public AgregarDetalle ( int TipoEgresoId, float Monto ) : void
TipoEgresoId int
Monto float
return void

Buscar() public method

public Buscar ( int IdBuscado ) : bool
IdBuscado int
return bool

Editar() public method

public Editar ( ) : bool
return bool

Eliminar() public method

public Eliminar ( ) : bool
return bool

Insertar() public method

public Insertar ( ) : bool
return bool

Listado() public method

public Listado ( string Campos, string Condicion, string Orden ) : DataTable
Campos string
Condicion string
Orden string
return System.Data.DataTable

Presupuesto() public method

public Presupuesto ( ) : DAL
return DAL

Presupuesto() public method

public Presupuesto ( int PresupuestoId, int UsuarioId, string Descripcion ) : DAL
PresupuestoId int
UsuarioId int
Descripcion string
return DAL

Property Details

Detalle public_oe property

public List Detalle
return List