Click or drag to resize

SqlAccessModifierPrepareAccessCalculation Method

Namespace:  Omada.OE.AppLogic.AccessModifiers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void PrepareAccessCalculation(
	IList<IDataObject> dataObjects,
	AccessCallContext callContext
)

Parameters

dataObjects
Type: System.Collections.GenericIListIDataObject
callContext
Type: Omada.OE.ModelAccessCallContext

Implements

IDataObjectAccessModifierPrepareAccessCalculation(IListIDataObject, AccessCallContext)
See Also