C# Class BLL.InscripcionesDetalle

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

Méthodes publiques

Méthode Description
Buscar ( string Id ) : bool
Eliminar ( string matricula ) : bool
InscripcionesDetalle ( ) : System
InscripcionesDetalle ( int IdInscripcion, int IdEstudiante ) : System
Insertar ( ) : bool
Listar ( string filtro ) : DataTable
Modificar ( ) : bool

Method Details

Buscar() public méthode

public Buscar ( string Id ) : bool
Id string
Résultat bool

Eliminar() public méthode

public Eliminar ( string matricula ) : bool
matricula string
Résultat bool

InscripcionesDetalle() public méthode

public InscripcionesDetalle ( ) : System
Résultat System

InscripcionesDetalle() public méthode

public InscripcionesDetalle ( int IdInscripcion, int IdEstudiante ) : System
IdInscripcion int
IdEstudiante int
Résultat System

Insertar() public méthode

public Insertar ( ) : bool
Résultat bool

Listar() public static méthode

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

Modificar() public méthode

public Modificar ( ) : bool
Résultat bool