IEntityInstanceEnumerator Members
Include Protected Members
Include Inherited Members
Represents an enumerator interface that enables reading External Items from collections or streams.
The IEntityInstanceEnumerator type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | (Inherited from IEnumerator<IEntityInstance>.) | |
Current | (Inherited from IEnumerator.) | |
SharedEntityState | Retrieves the state shared across the External Items in the enumerator. |
Top
Methods
Name | Description | |
---|---|---|
Close | Closes the server stream. (Inherited from ICloseable.) | |
Dispose | (Inherited from IDisposable.) | |
MoveNext | (Inherited from IEnumerator.) | |
Reset | (Inherited from IEnumerator.) |
Top