Tamino API for .NET

TaminoItemIterator Members

Public Instance Properties

AbsoluteIndex Current absolute index within result set (zero based).
Index Current index in page (zero based). This is the same as AbsoluteIndex for single-page result sets.
IsBoundToPage True if the iterator is bound to a single page, false otherwise.

Public Instance Methods

Equals (inherited from Object)
GetEnumerator Public access to the enumerator.
GetHashCode (inherited from Object)
GetItem Get item at current index as specified type.
GetNode Get item at current index as an XmlNode.
GetType (inherited from Object)
Next Move to next item if possible.
Previous Move to previous item if possible.
Reset Reset the iterator.
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

Explicit Interface Implementations

IEnumerable.GetEnumerator This member supports the .NET Framework infrastructure. It is not intended to be used directly from your code.

See Also

TaminoItemIterator Class | SoftwareAG.Tamino.Api Namespace