SurveyObjectRoutingInfo Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature
public class SurveyObjectRoutingInfo
The SurveyObjectRoutingInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | SurveyObjectRoutingInfo |
Name | Description | |
---|---|---|
![]() | Actor |
User who performs the routing.
|
![]() | CurrentStep |
The now activated workflow step.
Can be null - if the workflow is complete for the object.
|
![]() | CurrentStepAssigneeIds |
Ids of users assigned to the current step.
Can be null - if the workflow is complete for the object.
|
![]() | IsCompleted |
Has the survey object completed all its (relevant) workflow steps?
|
![]() | IsInitializing |
Is the survey object just initialized?
|
![]() | PreviousStep |
Name of the workflow step that has just been completed.
Can be null - if the workflow is starting.
|
![]() | RouteTime |
Denotes the time when the question was routed to its current step or when it was completed
|
![]() | SurveyObjectKey |
Survey object that has been routed.
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |