C# 클래스 NDG.DataAccessModels.DataModels.MultipleChoiceQuestionData

상속: QuestionData
파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official 1 사용 예제들

공개 메소드들

메소드 설명
GetResult ( ) : string
MultipleChoiceQuestionData ( ) : System
SetResult ( string answer ) : void
Validate ( ) : bool

메소드 상세

GetResult() 공개 메소드

public GetResult ( ) : string
리턴 string

MultipleChoiceQuestionData() 공개 메소드

public MultipleChoiceQuestionData ( ) : System
리턴 System

SetResult() 공개 메소드

public SetResult ( string answer ) : void
answer string
리턴 void

Validate() 공개 메소드

public Validate ( ) : bool
리턴 bool