Click or drag to resize

UsersAndRealGroupsIDataObjectAccessModifierPrepareAccessCalculation Method

The system calls this method prior to calling CalculateAccess() a number of times.

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

Parameters

dataObjects
Type: System.Collections.GenericIListIDataObject
The data objects which CalculateAccess() will be called for.
callContext
Type: Omada.OE.ModelAccessCallContext

Implements

IDataObjectAccessModifierPrepareAccessCalculation(IListIDataObject, AccessCallContext)
See Also