Get a CustomizationRBTQuestion object from methods and properties of the CustomizationRBT Object.
Limitation
If a CustomizationRBTQuestion is created, the change must be committed with Customization.Commit or explicitly rolled back with Customization.Rollback.
Releasing the references to the Customization, CustomizationRBT, or CustomizationRBTQuestion does not necessarily delete all record of the transaction. Future attempts to work with the objects may result in exceptions on duplicate criteria, or criteria with no values.
AddAnswer | Adds a new possible value. Returns the new value as a CustomizationRBTAnswer object. |
DeleteAnswer | Deletes a possible value specified by ID. |
AnswerByID | Returns the specified value. |
Answers | The IList of CustomizationRBTAnswer objects of all possible values for this criterion, ordered by weight. |
ID | The CustomizationRBTQuestion unique ID. |
QuestionDescription | The criterion's description. |
QuestionOrder | The (non unique) criterion's order of display in UI. |
QuestionText | The criterion's text. |