Click or drag to resize

MainLibraryCopyPropertyValuesToReferredObjects2 Method

Copies values for the supplied properties (ids) on the action object to the data objects referred through the property specified in referencePropertyId.

Namespace:  Omada.OE.UtilityCodeAssembly.Library
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public static bool CopyPropertyValuesToReferredObjects2(
	CodeMethodInvokeContext context,
	int referencePropertyId,
	string srcPropertyIds,
	string destPropertyIds,
	bool clearExistingValues,
	bool overwriteExistingValues
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
referencePropertyId
Type: SystemInt32
srcPropertyIds
Type: SystemString
destPropertyIds
Type: SystemString
clearExistingValues
Type: SystemBoolean
Is only used for multivalue reference properties.
overwriteExistingValues
Type: SystemBoolean
Is only used for multivalue reference properties - and only if clearExistingValues=false.

Return Value

Type: Boolean
See Also