Click or drag to resize

PositionSelectOptionResult Methods

The PositionSelectOptionResult type exposes the following members.

Methods
 NameDescription
Public methodToCheckboxOptionResult Helper function to get a CheckboxOptionResult from the OptionResultBase object.
(Inherited from OptionResultBase)
Public methodToMultipleChoiceOptionResult Helper function to get a MultipleChoiceOptionResult from the OptionResultBase object.
(Inherited from OptionResultBase)
Public methodToNumericOptionResult Helper function to get a NumericOptionResult from the OptionResultBase object.
(Inherited from OptionResultBase)
Public methodToPositionSelectOptionResult Helper function to get a PositionSelectOptionResult from the OptionResultBase object.
(Inherited from OptionResultBase)
Public methodToSubOptionOptionResult Helper function to get a SubOptionOptionResult from the OptionResultBase object.
(Inherited from OptionResultBase)
Public methodToTextOptionResult Helper function to get a TextOptionResult from the OptionResultBase object.
(Inherited from OptionResultBase)
Top
See Also