| CopyRuleControllerCopyObjectData Method (Int32, Int32, Int32) |
Copies the values from one dataobject to one or more other dataobjects using a copy rule.
The destination object(s) are saved afterwards.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void CopyObjectData(
int copyRuleId,
int sourceObjectId,
int destinationObjectId
)
Parameters
- copyRuleId
- Type: SystemInt32
Id of CopyRule - sourceObjectId
- Type: SystemInt32
Id of source object - destinationObjectId
- Type: SystemInt32
Id of destionation object
See Also