An indooGrid Documented Class Library

tableEnumerator Members

tableEnumerator overview

Public Instance Constructors

tableEnumerator Overloaded. Initializes a new instance of the tableEnumerator class.

Public Instance Properties

currentRowIndexSet or Get current row index which define current data row.
dataReturns data from column in dataTable from row with current index
dataTableSet or Get DataTable with rows to iterate
lastRowIndexGet last row index.
nextIndexReturns row index for first next value in column - if last then returns 0

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
isFirstReturns true if data in specified colum is first with value as is value in current row.
isLastReturns true if data in specified colum is last with value as is value in current row.
moveNextIncrease current row index for 1 or returns false if current row index is index of last row. Use in form: do: loop while dataEnumerator.moveNext
resetSet current row index to 0
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

tableEnumerator Class | Indoo.Data Namespace