System.Web.Http.Validation Namespace

 

Classes

Class Description
System_CAPS_pubclass DefaultBodyModelValidator

Represents a class used to recursively validate an object.

System_CAPS_pubclass ModelStateFormatterLogger

This IFormatterLogger logs formatter errors to the provided ModelStateDictionary.

System_CAPS_pubclass ModelValidatedEventArgs

Provides data for the Validated event.

System_CAPS_pubclass ModelValidatingEventArgs

Provides data for the Validating event.

System_CAPS_pubclass ModelValidationNode

Provides a container for model validation information.

System_CAPS_pubclass ModelValidationRequiredMemberSelector

Represents the selection of required members by checking for any required ModelValidators associated with the member.

System_CAPS_pubclass ModelValidationResult

Provides a container for a validation result.

System_CAPS_pubclass ModelValidator

Provides a base class for implementing validation logic.

System_CAPS_pubclass ModelValidatorProvider

Provides a list of validators for a model.

Interfaces

Interface Description
System_CAPS_pubinterface IBodyModelValidator

Represents an interface for the validation of the models

Return to top