Click or drag to resize

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
Syntax
C#
public 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."/>
Exceptions
ExceptionCondition
ArgumentException
ArgumentNullException
See Also