Click or drag to resize
IChildContextualCreatorTScope, TChild Interface
Creator of childs within access contexts.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface IChildContextualCreator<in TScope, out TChild>

Type Parameters

TScope
The type of the access contexts.
TChild
The type of the created child contextuals.

The IChildContextualCreatorTScope, TChild type exposes the following members.

Methods
  NameDescription
Public methodCreateChild
Creates a child contextual with an access scope of accessScope.
Public methodCreateChildWithin
Creates a child contextual with the same access scope as the parent.
Public methodCreateChildWithin(TScope)
Creates a child contextual with same access scope as the intersection of the access scope of the parent and maximumAccessScope.
Top
See Also