SurveyObjectCommand Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature
public class SurveyObjectCommand
The SurveyObjectCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| SurveyObjectCommand |
| Name | Description | |
|---|---|---|
| ChangesXml |
A complete "changes" section for the object.
The xml must contain all changes that has been made to the object during the survey (by all users involved).
Example:
<changes><do:properties><do:property name="ACTION">...</do:property></do:properties></changes>
| |
| Key |
Object key in the data source.
If the source object is a DataObject then key is the UID.
| |
| MarkStepCompleted |
Has the user indicated that he is done editing the object?
| |
| SkipValidation |
It skips the survey required fields validation when it is true.
|
| Name | Description | |
|---|---|---|
| GetSurveyObjectKeys |
| 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.) |