System.Web.Http.Validation.Validators Namespace
The System.Web.Http.Validation.Validators namespace provides classes related to model validation.
Classes
Class | Description | |
---|---|---|
![]() |
DataAnnotationsModelValidator | Provides a model validator. |
![]() |
ErrorModelValidator | A ModelValidator to represent an error. This validator will always throw an exception regardless of the actual model value. |
![]() |
RequiredMemberModelValidator | Represents the ModelValidator for required members. |
![]() |
ValidatableObjectAdapter | Provides an object adapter that can be validated. |