Click or drag to resize

SurveyObjectData Class

Represents a survey object that has been edited by the user in the browser. The class is used by the 'UpdateSurveyObjects' webservice.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyObjectData

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class SurveyObjectData

The SurveyObjectData type exposes the following members.

Constructors
  NameDescription
Public methodSurveyObjectData
Top
Properties
  NameDescription
Public propertychangesXml
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>
Public propertykey
Object key in the data source. If the source object is a DataObject then key is the UID..
Public propertymarkStepCompleted
Has the user indicated that he is done editing the object?
Top
Methods
  NameDescription
Public methodToCommand
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also