EntityInstanceEnumeratorBase Members
Include Protected Members
Include Inherited Members
Provides a base class for entity instance enumerators in the Business Data Catalog.
The EntityInstanceEnumeratorBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityInstanceEnumeratorBase | Creates a new EntityInstanceEnumeratorBase object for the specified native enumerator object from the back-end application and SharedEntityState object. |
Top
Properties
Name | Description | |
---|---|---|
Current | When overridden in a derived class, returns the value of the current entity instance in the enumerator. | |
SharedEntityState | When overridden in a derived class, returns the SharedEntityState object for the entity instances in the enumerator. |
Top
Methods
Name | Description | |
---|---|---|
Close | When overridden in a derived class, closes the enumerator. | |
Dispose() | Releases all resources used by the enumerator. | |
Dispose(Boolean) | Releases all resources used by the enumerator. | |
Equals | (Inherited from Object.) | |
Finalize | Allows the enumerator to perform cleanup operations before the memory allocated for the enumerator is automatically reclaimed. (Overrides Object.Finalize().) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveNext | When overridden in a derived class, advances the enumerator to the next element of the collection. | |
Reset | When overridden in a derived class, sets the enumerator to its initial position, which is before the first element in the collection. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerator.Current |
Top
See Also
Reference
EntityInstanceEnumeratorBase Class
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace