SurveyObjectWorkflowInfo Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature
public class SurveyObjectWorkflowInfo
The SurveyObjectWorkflowInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| SurveyObjectWorkflowInfo(String, Boolean) | ||
| SurveyObjectWorkflowInfo(String, String, IEnumerableInt32, Boolean) |
| Name | Description | |
|---|---|---|
| Assignees |
Collection of User IDs.
| |
| Completed | ||
| Id | ||
| IsChildObject |
If true, the object is a child object
| |
| IsParentChildSurvey |
Is true if the survey template is a parent-child survey
| |
| ParentSourceKey |
Returns source key of the parent object if the object is a child.
Is null if the survey object is parent
| |
| PreviousWorkflowStep |
Can be null
| |
| ReadOnlyParent | ||
| RouteTime |
Denotes the time when the question was routed to its current step or when it was completed
| |
| SourceKey | ||
| SurveyId | ||
| SurveyUId | ||
| WorkflowStep | ||
| Xml |
The surveyObject xml element that has been deserialized from.
Can be null.
|
| Name | Description | |
|---|---|---|
| Deserialize | ||
| DeserializeSingleSurveyObjectXml |
Deserialize a single survey object from XML retrieved from tblSurveyObject
| |
| GetSurveyObject | ||
| GetWorkflowSteps |
Returns a distinct list of workflow steps.
| |
| ToString | (Overrides ObjectToString.) |
| 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.) |