Click or drag to resize
IAccessContextualTScope, TThis, TChildContextual Interface

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

Type Parameters

TScope
The type of the access scope.
TThis
The type of this access contextual when it is used as the parent of a new child access contextual. This is usually an interface deriving from IAccessContextualTScope, TThis, TChildContextual.
TChildContextual
The type of child access contextuals.

The IAccessContextualTScope, TThis, TChildContextual type exposes the following members.

Properties
  NameDescription
Public propertyContext
Public propertyDisposed
Returns if the current IAccessContextualTScope, TThis, TChildContextual has already been disposed.
Top
Methods
  NameDescription
Public methodCreateChild
Creates a child contextual with an access scope of accessScope.
(Inherited from IChildContextualCreatorTScope, TChild.)
Public methodCreateChildWithin
Creates a child contextual with the same access scope as the parent.
(Inherited from IChildContextualCreatorTScope, TChild.)
Public methodCreateChildWithin(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.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodThisAsTParent
Returns the acess contextual when it is used as the parent of a new child context derived from this access context.
Top
See Also