C# (CSharp) Castle.Components.Validator Namespace

Nested Namespaces

Castle.Components.Validator.Tests

Classes

Name Description
AbstractValidator
BrowserValidationConfiguration Represents the base of a browser configuration.
CollectionNotEmptyValidator Validates that the content is a collection that is not empty
CreditCardValidator
DateValidator This is a meta validator. It is only useful to test a source content before setting it on the target instance.
DoubleValidator This is a meta validator. It is only useful to test a source content before setting it on the target instance.
EmailValidator
ErrorSummary
IntegerValidator This is a meta validator. It is only useful to test a source content before setting it on the target instance.
LengthValidator
MessageConstants
Messages
NonEmptyValidator
NotSameValueValidator Validates that the content is not set to the specified value
NullableDateTimeValidator This is a meta validator. It is only useful to test a source content before setting it on the target instance.
NullableDateValidator This is a meta validator. It is only useful to test a source content before setting it on the target instance.
NullableDecimalValidator This is a meta validator. It is only useful to test a source content before setting it on the target instance.
RegularExpressionValidator
SameAsValidator Validates that the content has the same value as the property informed.
SetValidator
SingleValidator This is a meta validator. It is only useful to test a source content before setting it on the target instance.
ValidateCollectionNotEmptyAttribute Validates that the collection is not empty
ValidateDateAttribute
ValidateDateTimeAttribute
ValidateDecimalAttribute
ValidateDoubleAttribute
ValidateEmailAttribute
ValidateGroupNotEmptyAttribute
ValidateIntegerAttribute
ValidateLengthAttribute
ValidateNonEmptyAttribute
ValidateNotSameAsAttribute Validates that the content has a different value from the property informed.
ValidateNotSameValueAttribute Validates that the content has not been set to the specified value
ValidateRangeAttribute
ValidateRegExpAttribute
ValidateSetAttribute
ValidateSingleAttribute
ValidationInternalError