Tamino API for .NET

TaminoPageIterator Class

Provides page-by-page iteration over the result set of a Tamino query.

For a list of all members of this type, see TaminoPageIterator Members.

System.Object
   TaminoPageIterator

[Visual Basic]
Public Class TaminoPageIterator
Implements IEnumerable
[C#]
public class TaminoPageIterator : IEnumerable

Remarks

Next and Previous are used to move the iterator. Before an iterator can be used, an initial Next must be done. Reset can be used to reset an iterator to its initial state.

PageQuantity gives the number of items in the page. Index gives the current page index (0 for a single page result set).

Use GetItem and GetNode to access individual result items. Use GetNodeList and GetPage to access all the result items for this page.

Requirements

Namespace: SoftwareAG.Tamino.Api Namespace

Assembly: TaminoAPI.dll

See Also

TaminoPageIterator Members | SoftwareAG.Tamino.Api Namespace