Click or drag to resize
AccessContextualTScope, TParent, TChildContextual Class
Inheritance Hierarchy
SystemObject
  AccessFlowAccessContextualTScope, TParent, TChildContextual

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public abstract class AccessContextual<TScope, TParent, TChildContextual> : IAccessContextual<TScope, TParent, TChildContextual>, 
	IDisposable, IChildContextualCreator<TScope, TChildContextual>

Type Parameters

TScope
The type of the access scope.
TParent
The type of the access contextual when it is used as the parent of a new child contextual. This is usually the type itself.
TChildContextual
The type of the child contexuals derived from this class. This is usually an interface the current class implements itself.

The AccessContextualTScope, TParent, TChildContextual type exposes the following members.

Constructors
  NameDescription
Protected methodAccessContextualTScope, TParent, TChildContextual(IAccessContextTScope, IChildContextualFactoryTScope, TParent, TChildContextual)
Constructor for an AccessContextualTScope, TParent, TChildContextual for given context. Child contextuals are created using factory.
Protected methodAccessContextualTScope, TParent, TChildContextual(IAccessContextTScope, FuncTParent, IAccessContextTScope, TChildContextual)
Constructor for an AccessContextualTScope, TParent, TChildContextual for given context. Child contextuals are created using factory.
Top
Properties
Methods
  NameDescription
Public methodCreateChild
Creates a child contextual with an access scope of childScope.
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 maximumChildScope.
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodThisAsTParent
Returns the acess contextual when it is used as the parent of a new child context derived from this access context.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also