IDataObjectAccessModifier Methods |
The IDataObjectAccessModifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | CalculateAccess |
The method calculates and returns a set of access flags for a specific user to a specific data object.
The method can both add and remove access compared to the access stated by the DOSM security model.
Implementation should be lightweight as the method is called for each data object beling loaded when DataObjectLoadOptions.LoadSecurity==true.
|
![]() | Initialize |
Method is called to initialize the access modifier class with a set of parameters.
|
![]() | ModifyLoadOptions |
Modifies a load options object so only data objects that the active user is allowed to view (according to the access modifier) are loaded.
The load options object might be both extended and narrowed by the method.
|
![]() | PrepareAccessCalculation |
The system calls this method prior to calling CalculateAccess() a number of times.
|