Click or drag to resize

SurveyObjectWorkflowInfo Class

Lightweight (with few dependencies) representation of a SurveyObject.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyObjectWorkflowInfo

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 SurveyObjectWorkflowInfo

The SurveyObjectWorkflowInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAssignees
Collection of User IDs.
Public propertyCompleted
Public propertyId
Public propertyIsChildObject
If true, the object is a child object
Public propertyIsParentChildSurvey
Is true if the survey template is a parent-child survey
Public propertyParentSourceKey
Returns source key of the parent object if the object is a child. Is null if the survey object is parent
Public propertyPreviousWorkflowStep
Can be null
Public propertyReadOnlyParent
Public propertyRouteTime
Denotes the time when the question was routed to its current step or when it was completed
Public propertySourceKey
Public propertySurveyId
Public propertySurveyUId
Public propertyWorkflowStep
Public propertyXml
The surveyObject xml element that has been deserialized from. Can be null.
Top
Methods
  NameDescription
Public methodStatic memberDeserialize
Public methodStatic memberDeserializeSingleSurveyObjectXml
Deserialize a single survey object from XML retrieved from tblSurveyObject
Public methodStatic memberGetSurveyObject
Public methodStatic memberGetWorkflowSteps
Returns a distinct list of workflow steps.
Public methodToString (Overrides ObjectToString.)
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