C# Class EventManagerPro.DBLayer.DomainModels.StudentModel

Mostra file Open project: sagittaros/EventManagerModel

Public Methods

Method 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 method

public static authenticate ( string matricId, string password ) : System.Boolean
matricId string
password string
return System.Boolean

create() public static method

public static create ( string matricId, string password, string name = "student" ) : Student
matricId string
password string
name string
return Student

getAll() public static method

public static getAll ( ) : Student>.Dictionary
return Student>.Dictionary

getByMatricId() public static method

public static getByMatricId ( string matricId ) : Student
matricId string
return Student