SurveyObjectData Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature
public class SurveyObjectData
The SurveyObjectData type exposes the following members.
Name | Description | |
---|---|---|
![]() | SurveyObjectData |
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?
|
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.) |