| ActionArgumentsApplyPropertyChanges Method |
Applies the changes made to the survey object during the survey to a data object.
Important: only changes made *before* the action handler was called are applied. Hence, if the action handler makes changes to PropertyValues then those changes are not applied by the method.
The data object is not saved to the database!
Namespace:
Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void ApplyPropertyChanges(
DataObject dataObject,
IEnumerable<string> properties = null
)
Parameters
- dataObject
- Type: Omada.OE.ModelDataObject
The data object to apply the changes to - normally the source data object.
- properties (Optional)
- Type: System.Collections.GenericIEnumerableString
Property system names.
Property changes should only be applied to these properties.
See Also