ICustomizationRBTQuestion Interface Members
Public Methods
Public Method AddAnswerAdds a new possible value. Returns the new value as a CustomizationRBTAnswer object.
Public Method DeleteAnswerDeletes a possible value specified by ID.
Public Properties
Public Property AnswerByIDReturns the specified value.
Public Property AnswersThe IList of CustomizationRBTAnswer objects of all possible values for this criterion, ordered by weight.
Public Property IDThe CustomizationRBTQuestion unique ID.
Public Property QuestionDescriptionThe criterion's description.
Public Property QuestionOrderThe (non unique) criterion's order of display in UI.
Public Property QuestionTextThe criterion's text.
See Also