Click or drag to resize

MainCopyPropertyValuesToReferencePath Method

Method copies property values from action object to object referred via ReferencePath.

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

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
referencePath
Type: SystemString
propertySystemNames
Type: SystemString
Comma separated list of property system names that has to be copied.

Return Value

Type: Boolean
See Also