Click or drag to resize

MainLibraryCopyPropertyValuesFromReferredObject2 Method

Namespace:  Omada.OE.UtilityCodeAssembly.Library
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public static bool CopyPropertyValuesFromReferredObject2(
	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
overwriteExistingValues
Type: SystemBoolean

Return Value

Type: Boolean
See Also