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

TableCellValidationResult class More...

Public Member Functions

 TableCellValidationResult ()
 Initializes a new instance of the TableCellValidationResult class. More...
 

Properties

string ColumnId [get, set]
 Gets or sets the column identifier. More...
 
string ColumnName [get, set]
 Gets or sets the name of the column. More...
 
string ErrorMessage [get, set]
 Gets or sets the error message. More...
 
string FormattedValue [get, set]
 Gets or sets the field value. More...
 
bool IsValid [get, set]
 Gets or sets a value indicating whether this instance is valid. More...
 
int Row [get, set]
 Gets or sets the table row. More...
 

Description

TableCellValidationResult class

Constructor & Destructor Documentation

Initializes a new instance of the TableCellValidationResult class.

Property Documentation

string ColumnId
getset

Gets or sets the column identifier.

The column identifier.

string ColumnName
getset

Gets or sets the name of the column.

The name of the column.

string ErrorMessage
getset

Gets or sets the error message.

The error message.

string FormattedValue
getset

Gets or sets the field value.

The field value.

bool IsValid
getset

Gets or sets a value indicating whether this instance is valid.

true if this instance is valid; otherwise, false.

int Row
getset

Gets or sets the table row.

The table row.