Click or drag to resize
IChildContextualFactoryTScope, TParent, TChildContextual Interface
Creator for an access contextual based on a parent.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface IChildContextualFactory<TScope, in TParent, out TChildContextual>

Type Parameters

TScope
The type of the access scopes.
TParent
The type of the parent.
TChildContextual
The type of the child access contextual to create.

The IChildContextualFactoryTScope, TParent, TChildContextual type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a new contextual based on the parent access contextual parent. The new contextual has context as access scope.
Top
See Also