| 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
Syntaxpublic 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
ExceptionsException | Condition |
---|
ArgumentNullException | |
See Also