IChildContextualFactoryTScope, TParent, TChildContextual Interface |
Creator for an access contextual based on a parent.
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic interface IChildContextualFactory<TScope, in TParent, out TChildContextual>
Public Interface IChildContextualFactory(Of TScope, In TParent, Out TChildContextual)
generic<typename TScope, typename TParent, typename TChildContextual>
public interface class IChildContextualFactory
type IChildContextualFactory<'TScope, 'TParent, 'TChildContextual> = interface end
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
| Name | Description |
---|
 | Create |
Creates a new contextual based on the parent access contextual
parent.
The new contextual has context as access scope.
|
Top
See Also