All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
FieldIdentity Class Reference

FieldIdentity class. More...

Public Member Functions

 FieldIdentity ()
 Initializes a new instance of the FieldIdentity class. More...
 
 FieldIdentity (string fieldId, int tableRow=-1, int tableColumn=-1)
 Initializes a new instance of the FieldIdentity class. More...
 

Properties

string Id [get, set]
 Gets or sets the Id. More...
 
string Name [get, set]
 Gets or sets the name. More...
 
int TableColumn [get, set]
 Gets or sets the table column. More...
 
int TableRow [get, set]
 Gets or sets the table row. More...
 

Description

FieldIdentity class.

Constructor & Destructor Documentation

Initializes a new instance of the FieldIdentity class.

FieldIdentity ( string  fieldId,
int  tableRow = -1,
int  tableColumn = -1 
)

Initializes a new instance of the FieldIdentity class.

Parameters
fieldIdThe field id.
tableRowThe table row.
tableColumnThe table column.

Property Documentation

string Id
getset

Gets or sets the Id.

string Name
getset

Gets or sets the name.

int TableColumn
getset

Gets or sets the table column.

int TableRow
getset

Gets or sets the table row.