Click or drag to resize

OptionResultBase Class

The base class for all OptionResults.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.Wizard.WizardOptionResultsOptionResultBase
    More

Namespace: RelaxIS_SDK.Wizard.WizardOptionResults
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract class OptionResultBase

The OptionResultBase type exposes the following members.

Constructors
 NameDescription
Protected methodOptionResultBaseInitializes a new instance of the OptionResultBase class
Top
Properties
 NameDescription
Public propertyName The internal name of the option that this result represents.
Top
Methods
 NameDescription
Public methodToCheckboxOptionResult Helper function to get a CheckboxOptionResult from the OptionResultBase object.
Public methodToMultipleChoiceOptionResult Helper function to get a MultipleChoiceOptionResult from the OptionResultBase object.
Public methodToNumericOptionResult Helper function to get a NumericOptionResult from the OptionResultBase object.
Public methodToPositionSelectOptionResult Helper function to get a PositionSelectOptionResult from the OptionResultBase object.
Public methodToSubOptionOptionResult Helper function to get a SubOptionOptionResult from the OptionResultBase object.
Public methodToTextOptionResult Helper function to get a TextOptionResult from the OptionResultBase object.
Top
See Also
Inheritance Hierarchy