C# 클래스 Askme.Domain.User

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

공개 메소드들

메소드 설명
AcceptAnswer ( Question question, Answer answer ) : void
AddPoint ( int i ) : void
Equals ( User other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Points ( ) : int
Register ( IRepository repository ) : bool
User ( string username, string password, string emailId ) : System

보호된 메소드들

메소드 설명
User ( ) : System

메소드 상세

AcceptAnswer() 공개 메소드

public AcceptAnswer ( Question question, Answer answer ) : void
question Question
answer Answer
리턴 void

AddPoint() 공개 메소드

public AddPoint ( int i ) : void
i int
리턴 void

Equals() 공개 메소드

public Equals ( User other ) : bool
other User
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Points() 공개 메소드

public Points ( ) : int
리턴 int

Register() 공개 메소드

public Register ( IRepository repository ) : bool
repository IRepository
리턴 bool

User() 보호된 메소드

protected User ( ) : System
리턴 System

User() 공개 메소드

public User ( string username, string password, string emailId ) : System
username string
password string
emailId string
리턴 System