| CopyRuleControllerCopyObjectDataBasic Method |
Copies the values from one dataobject to another using a copy rule.
The destination dataobject is *not* saved afterwards.
The copy rule must not have fields with a target path - if it does then those fields are ignored.
File references are not copied and a specified "add to (reference) property" is not respected.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void CopyObjectDataBasic(
CopyRule copyRule,
DataObject sourceObject,
DataObject destinationObject
)
Parameters
- copyRule
- Type: Omada.OE.ModelCopyRule
The copy rule must not have fields with a target path - if it does then those fields are ignored.
- sourceObject
- Type: Omada.OE.ModelDataObject
- destinationObject
- Type: Omada.OE.ModelDataObject
The destination dataobject is *not* saved afterwards.
See Also