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