Click or drag to resize

SurveyObjectRoutingInfo Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyObjectRoutingInfo

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 SurveyObjectRoutingInfo

The SurveyObjectRoutingInfo type exposes the following members.

Constructors
  NameDescription
Public methodSurveyObjectRoutingInfo
Top
Properties
  NameDescription
Public propertyActor
User who performs the routing.
Public propertyCurrentStep
The now activated workflow step. Can be null - if the workflow is complete for the object.
Public propertyCurrentStepAssigneeIds
Ids of users assigned to the current step. Can be null - if the workflow is complete for the object.
Public propertyIsCompleted
Has the survey object completed all its (relevant) workflow steps?
Public propertyIsInitializing
Is the survey object just initialized?
Public propertyPreviousStep
Name of the workflow step that has just been completed. Can be null - if the workflow is starting.
Public propertyRouteTime
Denotes the time when the question was routed to its current step or when it was completed
Public propertySurveyObjectKey
Survey object that has been routed.
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