Click or drag to resize

SurveyObjectCommand Class

Represents an update commmand for a survey object that has been edited by the user in the browser.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyObjectCommand

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 SurveyObjectCommand

The SurveyObjectCommand type exposes the following members.

Constructors
  NameDescription
Public methodSurveyObjectCommand
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?
Public propertySkipValidation
It skips the survey required fields validation when it is true.
Top
Methods
  NameDescription
Public methodStatic memberGetSurveyObjectKeys
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