C# 클래스 QuizGameServer.QuestionState

Handles Qustion State Changes
파일 보기 프로젝트 열기: pebblecode/ChatQuiz 1 사용 예제들

공개 메소드들

메소드 설명
CheckAnswer ( string possibleAnswer ) : bool
QuestionState ( QuestionItem item, IAnswerMatchingStrategy matchingStrategy ) : System

메소드 상세

CheckAnswer() 공개 메소드

public CheckAnswer ( string possibleAnswer ) : bool
possibleAnswer string
리턴 bool

QuestionState() 공개 메소드

public QuestionState ( QuestionItem item, IAnswerMatchingStrategy matchingStrategy ) : System
item QuestionItem
matchingStrategy IAnswerMatchingStrategy
리턴 System