ModelValidationRequiredMemberSelector Class
Represents the selection of required members by checking for any required ModelValidators associated with the member.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | ModelValidationRequiredMemberSelector(ModelMetadataProvider^, IEnumerable<ModelValidatorProvider^>^) | Initializes a new instance of the ModelValidationRequiredMemberSelector class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsRequiredMember(MemberInfo^) | Indicates whether the member is required for validation. |
![]() | 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:
