ModelValidationResult Class
Provides a container for a validation result.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | ModelValidationResult() | Initializes a new instance of the ModelValidationResult class. |
| Name | Description | |
|---|---|---|
![]() | MemberName | Gets or sets the name of the member. |
![]() | Message | Gets or sets the validation result message. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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:


