DataValidation Class
Data validation class.
Table element with data validation support for field elements.
Contains(Int32) |
Indicate if the list of field elements contains the indicated field.
|
Contains(String) |
Indicate if the list of field elements contains the indicated field.
|
FromData |
Creates a new DataValidation object from the given table element.
|
FromDataRow |
Creates a new DataValidation object from the contents of a data row.
|
GetField |
Get a DataFieldValidation that matches the given field.
|
ToData |
Converts this instance to the Data model and copies its properties.
|