| SurveyObjectWorkflowInfo Constructor (String, String, IEnumerableInt32, Boolean) |
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
Syntaxpublic SurveyObjectWorkflowInfo(
string sourceKey,
string workflowStep,
IEnumerable<int> assignees,
bool isParentChildSurvey
)
Parameters
- sourceKey
- Type: SystemString
- workflowStep
- Type: SystemString
- assignees
- Type: System.Collections.GenericIEnumerableInt32
- isParentChildSurvey
- Type: SystemBoolean
Set to true if a data source in the survey template
has a value for ChildObjectRefProperty."/>
ExceptionsException | Condition |
---|
ArgumentException | |
ArgumentNullException | |
See Also