Click or drag to resize

MainCopyPropertyValuesFromReferencePath Method

Method is using "ReferencePath" concept to load a data object and then to copy the value of a property from this one to the target object.
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool CopyPropertyValuesFromReferencePath(
	CodeMethodInvokeContext context,
	string referencePath,
	string fromPropertySysNameList,
	string toPropertySysNameList
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
referencePath
Type: SystemString
ReferencePath pointing from the action object to the source object
fromPropertySysNameList
Type: SystemString
CSV of property system names on the action object
toPropertySysNameList
Type: SystemString
CSV of property system names on the object being referred to

Return Value

Type: Boolean
See Also