Click or drag to resize

SurveyCommandPropertyValues Class

Used in conjunction with SurveyObjectCommandData to update a specific object in a survey
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyCommandPropertyValues

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 SurveyCommandPropertyValues

The SurveyCommandPropertyValues type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAction
The action to apply on the object (Add, Remove, Modify)
Public propertyDisplayValue
Optional display value which can be added to the dataexchange xml
Public propertySystemName
System name of a property on the survey object
Public propertyTag
Optional tag which can be added to the dataexchange xml
Public propertyValues
Can be a string, boolean, datetime, integer or array object with multiple values
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