C# Class EventManagerPro.DBLayer.DomainModels.StudentModel

Afficher le fichier Open project: sagittaros/EventManagerModel

Méthodes publiques

Méthode Description
authenticate ( string matricId, string password ) : System.Boolean
create ( string matricId, string password, string name = "student" ) : Student
getAll ( ) : Student>.Dictionary
getByMatricId ( string matricId ) : Student

Method Details

authenticate() public static méthode

public static authenticate ( string matricId, string password ) : System.Boolean
matricId string
password string
Résultat System.Boolean

create() public static méthode

public static create ( string matricId, string password, string name = "student" ) : Student
matricId string
password string
name string
Résultat Student

getAll() public static méthode

public static getAll ( ) : Student>.Dictionary
Résultat Student>.Dictionary

getByMatricId() public static méthode

public static getByMatricId ( string matricId ) : Student
matricId string
Résultat Student