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

FieldValidationResult2 class More...

Public Member Functions

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

Properties

string ErrorMessage [get, set]
 Gets or sets the error message. More...
 
string FieldId [get, set]
 Gets or sets the field id. More...
 
string FieldName [get, set]
 Gets or sets the name of the field. 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...
 
TableCellValidationResultCollection TableCellValidationResults [get, set]
 Gets or sets the cell validation results. this is null for non-table fields More...
 

Description

FieldValidationResult2 class

Constructor & Destructor Documentation

Initializes a new instance of the FieldValidationResult2 class.

Property Documentation

string ErrorMessage
getset

Gets or sets the error message.

The error message.

string FieldId
getset

Gets or sets the field id.

The field id.

string FieldName
getset

Gets or sets the name of the field.

The name of the field.

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.

TableCellValidationResultCollection TableCellValidationResults
getset

Gets or sets the cell validation results. this is null for non-table fields

The cell validation results.