C# 클래스 EventManagerPro.DBLayer.DomainModels.StudentModel

파일 보기 프로젝트 열기: sagittaros/EventManagerModel

공개 메소드들

메소드 설명
authenticate ( string matricId, string password ) : System.Boolean
create ( string matricId, string password, string name = "student" ) : Student
getAll ( ) : Student>.Dictionary
getByMatricId ( string matricId ) : Student

메소드 상세

authenticate() 공개 정적인 메소드

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

create() 공개 정적인 메소드

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

getAll() 공개 정적인 메소드

public static getAll ( ) : Student>.Dictionary
리턴 Student>.Dictionary

getByMatricId() 공개 정적인 메소드

public static getByMatricId ( string matricId ) : Student
matricId string
리턴 Student