Geocortex Essentials WPF API Reference for Workflow
Geocortex.Forms.Client.Items.Validation Namespace |
Classes
Class | Description | |
---|---|---|
FileSizeValidationItem |
A validation item that checks whether the value exceeds a total allowable file size.
|
|
NumericRangeValidationItem |
A validation item that checks whether the value is within a specified range of values.
|
|
RegexValidationItem |
A validation item that performs a regular expression match on the value.
|
|
RequiredValidationItem |
A validation item that requires a non null or empty value.
|
|
ValidationItem |
A base class for validation items.
|
|
ValidationItemCollection |
A collection of ValidationItems.
|
|
ValidationResult |
Represents the result returned by the Validate method that
indicates whether the value checked against the ValidationItem is valid.
|