Click or drag to resize

MainLibraryCopyPropertyValuesToReferredObject Method

Copies values for the supplied properties (ids) on the action object to the data object 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 CopyPropertyValuesToReferredObject(
	CodeMethodInvokeContext context,
	int referencePropertyId,
	string propertyIds
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
referencePropertyId
Type: SystemInt32
propertyIds
Type: SystemString

Return Value

Type: Boolean
See Also