| SurveyObject Constructor (SurveyObject, 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(
SurveyObject assignFrom,
IEnumerable<Property> properties
)
Parameters
- assignFrom
- Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyObject
We assign everything from this object - except property values.
- properties
- Type: System.Collections.GenericIEnumerableProperty
Assign property values from here.
See Also