DefaultBodyModelValidator Class
Represents a class used to recursively validate an object.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | DefaultBodyModelValidator() | Initializes a new instance of the DefaultBodyModelValidator class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ShouldValidateType(Type^) | Determines whether instances of a particular type should be validated. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(Object^, Type^, ModelMetadataProvider^, HttpActionContext^, String^) | Determines whether the model is valid and adds any validation errors to the actionContext's ModelStateDictionary. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

