C# 클래스 BLL.InscripcionesDetalle

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

공개 메소드들

메소드 설명
Buscar ( string Id ) : bool
Eliminar ( string matricula ) : bool
InscripcionesDetalle ( ) : System
InscripcionesDetalle ( int IdInscripcion, int IdEstudiante ) : System
Insertar ( ) : bool
Listar ( string filtro ) : DataTable
Modificar ( ) : bool

메소드 상세

Buscar() 공개 메소드

public Buscar ( string Id ) : bool
Id string
리턴 bool

Eliminar() 공개 메소드

public Eliminar ( string matricula ) : bool
matricula string
리턴 bool

InscripcionesDetalle() 공개 메소드

public InscripcionesDetalle ( ) : System
리턴 System

InscripcionesDetalle() 공개 메소드

public InscripcionesDetalle ( int IdInscripcion, int IdEstudiante ) : System
IdInscripcion int
IdEstudiante int
리턴 System

Insertar() 공개 메소드

public Insertar ( ) : bool
리턴 bool

Listar() 공개 정적인 메소드

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

Modificar() 공개 메소드

public Modificar ( ) : bool
리턴 bool