Craig's Utility Library  4.0 Beta
Utilities.DataTypes.Row Class Reference

Holds an individual row More...

Public Member Functions

 Row (Hashtable ColumnNameHash, string[] ColumnNames, params object[] ColumnValues)
 Constructor More...
 

Properties

Hashtable ColumnNameHash [get]
 Column names More...
 
string[] ColumnNames [get, protected set]
 Column names More...
 
object[] ColumnValues [get, protected set]
 Column values More...
 
object this[string ColumnName] [get]
 Returns a column based on the column name specified More...
 
object this[int Column] [get]
 Returns a column based on the value specified More...
 

Detailed Description

Holds an individual row

Definition at line 34 of file Table.cs.

Constructor & Destructor Documentation

Utilities.DataTypes.Row.Row ( Hashtable  ColumnNameHash,
string[]  ColumnNames,
params object[]  ColumnValues 
)

Constructor

Parameters
ColumnNamesColumn names
ColumnValuesColumn values
ColumnNameHashColumn name hash

Definition at line 42 of file Table.cs.

Property Documentation

Hashtable Utilities.DataTypes.Row.ColumnNameHash
get

Column names

Definition at line 53 of file Table.cs.

string [] Utilities.DataTypes.Row.ColumnNames
getprotected set

Column names

Definition at line 58 of file Table.cs.

object [] Utilities.DataTypes.Row.ColumnValues
getprotected set

Column values

Definition at line 63 of file Table.cs.

object Utilities.DataTypes.Row.this[int Column]
get

Returns a column based on the value specified

Parameters
ColumnColumn number
Returns
The value specified

Definition at line 90 of file Table.cs.

object Utilities.DataTypes.Row.this[string ColumnName]
get

Returns a column based on the column name specified

Parameters
ColumnNameColumn name to search for
Returns
The value specified

Definition at line 71 of file Table.cs.


The documentation for this class was generated from the following file: