| AccessContextualTScope, TParent, TChildContextual Class |
Namespace: AccessFlow
public abstract class AccessContextual<TScope, TParent, TChildContextual> : IAccessContextual<TScope, TParent, TChildContextual>, IDisposable, IChildContextualCreator<TScope, TChildContextual>
The AccessContextualTScope, TParent, TChildContextual type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessContextualTScope, TParent, TChildContextual(IAccessContextTScope, IChildContextualFactoryTScope, TParent, TChildContextual) |
Constructor for an
AccessContextualTScope, TParent, TChildContextual
for given context.
Child contextuals are created using factory.
| |
| AccessContextualTScope, TParent, TChildContextual(IAccessContextTScope, FuncTParent, IAccessContextTScope, TChildContextual) |
Constructor for an
AccessContextualTScope, TParent, TChildContextual
for given context.
Child contextuals are created using factory.
|
| 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
childScope.
| |
| CreateChildWithin |
Creates a child contextual with
the same access scope as the parent.
| |
| CreateChildWithin(TScope) |
Creates a child contextual with
same access scope as the intersection of
the access scope of the parent and
maximumChildScope.
| |
| Dispose |
Disposes the IAccessContextTScope
used by this access contextual.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ThisAsTParent |
Returns the acess contextual when it is used as the parent
of a new child context derived from this access context.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |