Click or drag to resize

SurveyObjectCommandData Class

This class is used for submitting Survey objects with updates
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyObjectCommandData

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 SurveyObjectCommandData

The SurveyObjectCommandData type exposes the following members.

Constructors
  NameDescription
Public methodSurveyObjectCommandData
Top
Properties
  NameDescription
Public propertyMarkAsCompleted
Mark the object as completed
Public propertySurveyCommandPropertyValues
Collection of SurveyCommandPropertyValues object which contains data about the properties of the Survey object and their values
Public propertySurveyObjectUId
UId of the Survey object
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