
Public Member Functions | |
| bool | SetCursor (IndexOrigin origin, int offset) |
| Set the cursor for the current search to the specified index. | |
Properties | |
| int | Count [get] |
| Gets the total number of objects contained in the search. | |
The application should call Dispose() to free up system resources before releasing the reference to the ICSEnumerator.
| bool Simias::Storage::ICSEnumerator::SetCursor | ( | IndexOrigin | origin, | |
| int | offset | |||
| ) |
Set the cursor for the current search to the specified index.
| origin | The origin to move from. | |
| offset | The offset to move the index by. |
Implemented in Simias::Storage::Collection::NodeEnumerator.
int Simias::Storage::ICSEnumerator::Count [get] |
Gets the total number of objects contained in the search.
Implemented in Simias::Storage::Collection::NodeEnumerator.
1.5.6