C# 클래스 BLL.Usuarios

상속: ClaseMaestra
파일 보기 프로젝트 열기: enelramon/TeacherControl2 1 사용 예제들

공개 메소드들

메소드 설명
Autentificar ( ) : bool
Buscar ( ) : bool
Eliminar ( ) : bool
Insertar ( ) : bool
Listar ( string Parametro ) : DataTable
Listar ( string Campos, string FiltroWhere ) : DataTable
Modificar ( ) : bool

메소드 상세

Autentificar() 공개 메소드

public Autentificar ( ) : bool
리턴 bool

Buscar() 공개 메소드

public Buscar ( ) : bool
리턴 bool

Eliminar() 공개 메소드

public Eliminar ( ) : bool
리턴 bool

Insertar() 공개 메소드

public Insertar ( ) : bool
리턴 bool

Listar() 공개 메소드

public Listar ( string Parametro ) : DataTable
Parametro string
리턴 System.Data.DataTable

Listar() 공개 메소드

public Listar ( string Campos, string FiltroWhere ) : DataTable
Campos string
FiltroWhere string
리턴 System.Data.DataTable

Modificar() 공개 메소드

public Modificar ( ) : bool
리턴 bool