| IDataObjectFieldLevelAccessModifierPrepareAccessCalculation Method |
The system calls this method prior to calling CalculateAccess() a number of times.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxvoid PrepareAccessCalculation(
IList<DataObject> dataObjects,
AccessCallContext callContext
)
Parameters
- dataObjects
- Type: System.Collections.GenericIListDataObject
The data objects which CalculateAccess() will be called for.
- callContext
- Type: Omada.OE.ModelAccessCallContext
See Also