Click or drag to resize
AccessContextCreateTScope Method

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public static IAccessContext<TScope> Create<TScope>(
	IAccessScopeLogic<TScope> accessScopeLogic,
	TScope accessScope
)

Parameters

accessScopeLogic
Type: AccessFlowIAccessScopeLogicTScope
The type of access scope logic.
accessScope
Type: TScope
The access scope of the new root access context. Every access scope which is derived from the access scope created by this method will have an access scope contained by accessScope.

Type Parameters

TScope
The type of the access scope.

Return Value

Type: IAccessContextTScope
The new created IAccessContextTScope.
See Also