Tamino API for .NET

TaminoItemIterator Class

Provides item-by-item iteration, either over the whole result set of a Tamino query or over a single page of a result set.

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

System.Object
   TaminoItemIterator

[Visual Basic]
Public Class TaminoItemIterator
Implements IEnumerable
[C#]
public class TaminoItemIterator : 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.

Index gives the current index in the page. AbsoluteIndex gives the current absolute index in the result set. IsBoundToPage indicates whether the iterator is bound to a single page.

Use GetItem and GetNode to access individual result items.

Requirements

Namespace: SoftwareAG.Tamino.Api Namespace

Assembly: TaminoAPI.dll

See Also

TaminoItemIterator Members | SoftwareAG.Tamino.Api Namespace