C# Class BLL.Egresos

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

Méthodes publiques

Méthode Description
Buscar ( int IdBuscado ) : bool
Editar ( ) : bool
Egresos ( ) : System
Eliminar ( ) : bool
Insertar ( ) : bool
Listado ( string Campos, string Condicion, string Orden ) : DataTable
ObservacionesAnteriores ( string filtro ) : List

Method Details

Buscar() public méthode

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

Editar() public méthode

public Editar ( ) : bool
Résultat bool

Egresos() public méthode

public Egresos ( ) : System
Résultat System

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

ObservacionesAnteriores() public static méthode

public static ObservacionesAnteriores ( string filtro ) : List
filtro string
Résultat List