SurveyObject Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature
public class SurveyObject
The SurveyObject type exposes the following members.
| Name | Description | |
|---|---|---|
| SurveyObject(SurveyObject, IEnumerableProperty) | ||
| SurveyObject(String, Boolean, IEnumerableProperty) |
| Name | Description | |
|---|---|---|
| ActiveStep |
The workflow step that the object is active in.
| |
| AssigneeIds |
Ids of the users that are assigned to deal with the object in the active workflow step.
| |
| 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.
Can be null.
| |
| Properties |
Properties for the survey object.
| |
| SourceKey |
Unique key (in the data source and in the survey) of the survey object.
|
| 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.) |