| IAccessContextualTScope, TThis, TChildContextual Interface |
Namespace: AccessFlow
public interface IAccessContextual<TScope, out TThis, out TChildContextual> : IDisposable, IChildContextualCreator<TScope, TChildContextual>
The IAccessContextualTScope, TThis, TChildContextual type exposes the following members.
| Name | Description | |
|---|---|---|
| Context |
The IAccessContextTScope which
the current instance operates on.
| |
| Disposed |
Returns if the current
IAccessContextualTScope, TThis, TChildContextual
has already been disposed.
|
| Name | Description | |
|---|---|---|
| CreateChild |
Creates a child contextual with an access scope of
accessScope.
(Inherited from IChildContextualCreatorTScope, TChild.) | |
| CreateChildWithin |
Creates a child contextual with
the same access scope as the parent.
(Inherited from IChildContextualCreatorTScope, TChild.) | |
| CreateChildWithin(TScope) |
Creates a child contextual with
same access scope as the intersection of
the access scope of the parent and
maximumAccessScope.
(Inherited from IChildContextualCreatorTScope, TChild.) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| ThisAsTParent |
Returns the acess contextual when it is used as the parent
of a new child context derived from this access context.
|