Click or drag to resize

MainLibraryCopyPropertyValuesToReferredObjects 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 CopyPropertyValuesToReferredObjects(
	CodeMethodInvokeContext context,
	int referencePropertyId,
	string propertyIds,
	bool clearExistingValues,
	bool overwriteExistingValues
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
referencePropertyId
Type: SystemInt32
propertyIds
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