Click or drag to resize

SystemRolesAccessModifierIDataObjectAccessModifierPrepareAccessCalculation Method

Not implemented as the access modifier is only intended to be used in a view!

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
callContext
Type: Omada.OE.ModelAccessCallContext

Implements

IDataObjectAccessModifierPrepareAccessCalculation(IListIDataObject, AccessCallContext)
See Also