TheFieldValidator |
Scroll |
TheFieldValidator can be used to check if a value is valid for a certain index data field.
Namespace: Therefore.API
Visual Basic Public Class TheFieldValidator C# public class TheFieldValidator |
Name |
Description |
Gets the field number of the to be validated field. |
|
Gets if empty values for mandatory fields are ignored during validation. |
|
Gets if the validation is done for queries. |
Name |
Description |
Returns the error message if validation failed. |
|
Clears all dependent field values for validation. |
|
Set dependent field values related to the field set with SetField for validation. |
|
Defines the field that should be validated. |
|
Sets if the validation should ignore if mandatory fields are empty or not. |
|
Sets if the validation should be done for query mode or save mode. |
|
Validates the field set with SetField. |