Click or drag to resize

MainLibrarySynchronizeTwoWayReferenceFull 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 SynchronizeTwoWayReferenceFull(
	CodeMethodInvokeContext context,
	int forwardDataObjectTypeId,
	int forwardRefPropertyId,
	int backwardDataObjectTypeId,
	int backwardsRefPropertyId
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
forwardDataObjectTypeId
Type: SystemInt32
forwardRefPropertyId
Type: SystemInt32
backwardDataObjectTypeId
Type: SystemInt32
backwardsRefPropertyId
Type: SystemInt32

Return Value

Type: Boolean
See Also