C# Class BLL.Usuarios

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

Méthodes publiques

Méthode Description
Autentificar ( ) : bool
Buscar ( ) : bool
Eliminar ( ) : bool
Insertar ( ) : bool
Listar ( string Parametro ) : DataTable
Listar ( string Campos, string FiltroWhere ) : DataTable
Modificar ( ) : bool

Method Details

Autentificar() public méthode

public Autentificar ( ) : bool
Résultat bool

Buscar() public méthode

public Buscar ( ) : bool
Résultat bool

Eliminar() public méthode

public Eliminar ( ) : bool
Résultat bool

Insertar() public méthode

public Insertar ( ) : bool
Résultat bool

Listar() public méthode

public Listar ( string Parametro ) : DataTable
Parametro string
Résultat System.Data.DataTable

Listar() public méthode

public Listar ( string Campos, string FiltroWhere ) : DataTable
Campos string
FiltroWhere string
Résultat System.Data.DataTable

Modificar() public méthode

public Modificar ( ) : bool
Résultat bool