| MainCopyPropertyValuesToReferredObject Method |
Copies values for the supplied property system name on the action object to the data object
referred to through the property specified in referencePropertyId.
Codemethod usage | |
---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | ActionObject |
Namespace:
Omada.OE.UtilityCodeAssembly
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntaxpublic bool CopyPropertyValuesToReferredObject(
CodeMethodInvokeContext context,
string referencePropertySysName,
string propertySysNames
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
- referencePropertySysName
- Type: SystemString
Reference property system name that refers to the data object where the property values are to be copied to.
- propertySysNames
- Type: SystemString
CSV of property system names for which the values are to be copied over.
Return Value
Type:
Boolean
See Also