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

RuntimeFieldIdentity class. More...

Public Member Functions

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

Properties

string Id [get, set]
 Gets or sets the Id. The value should be a GUID with no hyphens and contain only uppercase characters. 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

RuntimeFieldIdentity class.

Constructor & Destructor Documentation

Initializes a new instance of the RuntimeFieldIdentity class.

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

Initializes a new instance of the RuntimeFieldIdentity class.

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

Property Documentation

string Id
getset

Gets or sets the Id. The value should be a GUID with no hyphens and contain only uppercase characters.

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.