SurveyCommandPropertyValues Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature
public class SurveyCommandPropertyValues
The SurveyCommandPropertyValues type exposes the following members.
| Name | Description | |
|---|---|---|
| SurveyCommandPropertyValues |
| Name | Description | |
|---|---|---|
| Action |
The action to apply on the object (Add, Remove, Modify)
| |
| DisplayValue |
Optional display value which can be added to the dataexchange xml
| |
| SystemName |
System name of a property on the survey object
| |
| Tag |
Optional tag which can be added to the dataexchange xml
| |
| Values |
Can be a string, boolean, datetime, integer or array object with multiple values
|
| 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.) |