Property | Type | Description | |
---|---|---|---|
_question | MovilizerQuestion |
Method | Description | |
---|---|---|
AddAnswer ( |
||
GetAnswer ( string aKey ) : |
||
QuestionTemplate ( MovilizerQuestion question ) : System.Collections.Generic | ||
SetAnswerPredefinedValue ( string aKey, string value ) : void | ||
SetAnswerText ( string aKey, string text ) : void | ||
ToQuestion ( ) : MovilizerQuestion |
public GetAnswer ( string aKey ) : |
||
aKey | string | |
return |
public QuestionTemplate ( MovilizerQuestion question ) : System.Collections.Generic | ||
question | MovilizerQuestion | |
return | System.Collections.Generic |
public SetAnswerPredefinedValue ( string aKey, string value ) : void | ||
aKey | string | |
value | string | |
return | void |
public SetAnswerText ( string aKey, string text ) : void | ||
aKey | string | |
text | string | |
return | void |