Свойство | Type | Description | |
---|---|---|---|
_question | MovilizerQuestion |
Méthode | 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 AddAnswer ( |
||
a | ||
Résultat | void |
public GetAnswer ( string aKey ) : |
||
aKey | string | |
Résultat |
public QuestionTemplate ( MovilizerQuestion question ) : System.Collections.Generic | ||
question | MovilizerQuestion | |
Résultat | System.Collections.Generic |
public SetAnswerPredefinedValue ( string aKey, string value ) : void | ||
aKey | string | |
value | string | |
Résultat | void |
public SetAnswerText ( string aKey, string text ) : void | ||
aKey | string | |
text | string | |
Résultat | void |