Click or drag to resize

MainCopyPropertyValuesFromReferredObject Method

Copies property values from DataObject referred in reference property to the same properties in the ActionObject.
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
Syntax
C#
public bool CopyPropertyValuesFromReferredObject(
	CodeMethodInvokeContext context,
	string referencePropertySysName,
	string propertySysNameList
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
referencePropertySysName
Type: SystemString
ID for property referencing the copy from object on the action object.
propertySysNameList
Type: SystemString
Comma separated list of properties to copy from on the referred object.

Return Value

Type: Boolean
See Also