|   | IDataObjectAccessModifierPrepareAccessCalculation 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<IDataObject> dataObjects,
	AccessCallContext callContext
)
Parameters
- dataObjects
 - Type: System.Collections.GenericIListIDataObject
            The data objects which CalculateAccess() will be called for.
             - callContext
 - Type: Omada.OE.ModelAccessCallContext
 
See Also