IAccessContextTScopeIntersectRequiredScopeWith Method |
Reduces the access scope of the current instance to
the intersection of the current
RequiredScope
with
maximumAccessScope.
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxvoid IntersectRequiredScopeWith(
TScope maximumAccessScope
)
Sub IntersectRequiredScopeWith (
maximumAccessScope As TScope
)
void IntersectRequiredScopeWith(
TScope maximumAccessScope
)
abstract IntersectRequiredScopeWith :
maximumAccessScope : 'TScope -> unit
Parameters
- maximumAccessScope
- Type: TScope
The access scope RequiredScope is intersected with.
See Also