Click or drag to resize

SurveyObject Constructor (String, Boolean, IEnumerableProperty)

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 SurveyObject(
	string sourceKey,
	bool isParentChildSurvey,
	IEnumerable<Property> properties
)

Parameters

sourceKey
Type: SystemString
isParentChildSurvey
Type: SystemBoolean
Set to true if a data source in the survey template has a value for ChildObjectRefProperty."/>
properties
Type: System.Collections.GenericIEnumerableProperty
Exceptions
ExceptionCondition
ArgumentNullException
See Also