C# 클래스 MWS.Templates.QuestionTemplate

파일 보기 프로젝트 열기: Movilizer/.NET_Connector 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_question MovilizerQuestion

공개 메소드들

메소드 설명
AddAnswer ( AnswerTemplate a ) : void
GetAnswer ( string aKey ) : AnswerTemplate
QuestionTemplate ( MovilizerQuestion question ) : System.Collections.Generic
SetAnswerPredefinedValue ( string aKey, string value ) : void
SetAnswerText ( string aKey, string text ) : void
ToQuestion ( ) : MovilizerQuestion

메소드 상세

AddAnswer() 공개 메소드

public AddAnswer ( AnswerTemplate a ) : void
a AnswerTemplate
리턴 void

GetAnswer() 공개 메소드

public GetAnswer ( string aKey ) : AnswerTemplate
aKey string
리턴 AnswerTemplate

QuestionTemplate() 공개 메소드

public QuestionTemplate ( MovilizerQuestion question ) : System.Collections.Generic
question MovilizerQuestion
리턴 System.Collections.Generic

SetAnswerPredefinedValue() 공개 메소드

public SetAnswerPredefinedValue ( string aKey, string value ) : void
aKey string
value string
리턴 void

SetAnswerText() 공개 메소드

public SetAnswerText ( string aKey, string text ) : void
aKey string
text string
리턴 void

ToQuestion() 공개 메소드

public ToQuestion ( ) : MovilizerQuestion
리턴 MovilizerQuestion

프로퍼티 상세

_question 공개적으로 프로퍼티

public MovilizerQuestion _question
리턴 MovilizerQuestion