System.Web.Http.Validation.Validators Namespace

The System.Web.Http.Validation.Validators namespace provides classes related to model validation.

Classes

  Class Description
Public class DataAnnotationsModelValidator Provides a model validator.
Public class ErrorModelValidator A ModelValidator to represent an error. This validator will always throw an exception regardless of the actual model value.
Public class RequiredMemberModelValidator Represents the ModelValidator for required members.
Public class ValidatableObjectAdapter Provides an object adapter that can be validated.