Namespace Umbraco.Cms.Core.PropertyEditors.Validators
Classes
DateTimeValidator
Used to validate if the value is a valid date/time
DecimalValidator
A validator that validates that the value is a valid decimal
DictionaryConfigurationValidatorBase
Provides common functionality to validators that rely on data type configuration.
EmailValidator
A validator that validates an email address
IntegerValidator
A validator that validates that the value is a valid integer
MultipleValueValidator
RadioValueValidator
RegexValidator
A validator that validates that the value against a regular expression.
RequiredValidator
A validator that validates that the value is not null or empty (if it is a string)
SimplePropertyConfigurationValidatorBase <TValue>
Provides common functionality to validators that rely on data type configuration.