Scope for access path that is automatically enqueued in its AccessPathManager after use

The following tables list the members exposed by the AccessPathScope<T> type.

Public Constructors

 

Name

Description

     

  AccessPathScope<T> 

Initializes a new instance of the AccessPathScope<T> class.

Top

Public Properties

 

Name

Description

     

  AccessPath 

Gets the access path.

     

  IsDisposed 

Gets a value indicating whether is disposed. (inherited from ReferencedPropertyBase).

     

  Success 

Gets or sets a value indicating whether success.

     

  SupressDisposeOnUnreferenced 

Gets or sets a value indicating whether the call of Dispose() should be supressed when the object is unreferenced (inherited from ReferencedPropertyBase).

Top

Public Methods

 

Name

Description

     

  Dispose 

The dispose. (inherited from ReferencedPropertyBase).

     

  EnqueueInManager 

The enqueue in manager.

   

  Equals

(Overloaded) Determines whether the specified Object is equal to the current Object. (inherited from Object).

   

  GetHashCode

Serves as a hash function for a particular type. (inherited from Object).

   

  GetType

(Overloaded) Gets the Type of the current instance. (inherited from Object).

       

  Implicit Conversion (AccessPathScope to T) 

The op_ implicit.

     

  ReferenceEquals

Determines whether the specified Object instances are the same instance. (inherited from Object).

   

  ToString

Returns a string that represents the current object. (inherited from Object).

Top

Protected Methods

 

Name

Description

     

  BeginReference 

The begin reference. (inherited from ReferencedPropertyBase).

     

  EndReference 

The end reference. (inherited from ReferencedPropertyBase).

   

  Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).

   

  MemberwiseClone

Creates a shallow copy of the current Object. (inherited from Object).

     

  OnDispose 

The on dispose. (inherited from ReferencedPropertyBase).

     

  OnUnreferenced 

The on unreferenced.

Top

See Also