SurveyVariableBase Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature
public abstract class SurveyVariableBase
The SurveyVariableBase type exposes the following members.
| Name | Description | |
|---|---|---|
| SurveyVariableBase |
| Name | Description | |
|---|---|---|
| DataType |
Data type of the variable.
| |
| Name |
Technical name of the variable.
| |
| Property |
System name of a property in ES that defines whether it is a single- or multi-valued variable and the UI control type.
The property must match the specified DataType.
Note: the property is not necessarily used on the survey object type - it just has to be defined in ES.
| |
| RequiresValue |
Is variable required (only used client side)
| |
| ShowInUI |
Should variable be displayed when starting survey (only used client side)
| |
| Title |
Displayed in the UI.
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |