C# 클래스 Askme.Domain.Question

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

공개 메소드들

메소드 설명
AcceptSolution ( Answer answer ) : void
AddAnswer ( Answer answer ) : void
AddTags ( Tag tag ) : void
CastVote ( QuestionVote vote ) : void
Equals ( Question other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetVotes ( ) : Votes
IsOwner ( User asker ) : bool
Question ( ) : System
Question ( string text, User user ) : System

비공개 메소드들

메소드 설명
AssignPointForAcceptingAnswer ( ) : void

메소드 상세

AcceptSolution() 공개 메소드

public AcceptSolution ( Answer answer ) : void
answer Answer
리턴 void

AddAnswer() 공개 메소드

public AddAnswer ( Answer answer ) : void
answer Answer
리턴 void

AddTags() 공개 메소드

public AddTags ( Tag tag ) : void
tag Tag
리턴 void

CastVote() 공개 메소드

public CastVote ( QuestionVote vote ) : void
vote QuestionVote
리턴 void

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetVotes() 공개 메소드

public GetVotes ( ) : Votes
리턴 Votes

IsOwner() 공개 메소드

public IsOwner ( User asker ) : bool
asker User
리턴 bool

Question() 공개 메소드

public Question ( ) : System
리턴 System

Question() 공개 메소드

public Question ( string text, User user ) : System
text string
user User
리턴 System