C# 클래스 ShameTheThrones.Models.UserModel

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

공개 프로퍼티들

프로퍼티 타입 설명
DeletedAt DateTime?

Private Properties

프로퍼티 타입 설명
CalculateMD5Hash string

공개 메소드들

메소드 설명
Register ( UserModel user ) : void
getId ( ) : int
isValid ( string email, string password ) : bool

비공개 메소드들

메소드 설명
CalculateMD5Hash ( string input ) : string

메소드 상세

Register() 공개 메소드

public Register ( UserModel user ) : void
user UserModel
리턴 void

getId() 공개 메소드

public getId ( ) : int
리턴 int

isValid() 공개 메소드

public isValid ( string email, string password ) : bool
email string
password string
리턴 bool

프로퍼티 상세

DeletedAt 공개적으로 프로퍼티

public DateTime? DeletedAt
리턴 DateTime?