ModelValidationRequiredMemberSelector Class

 

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

Namespace:   System.Web.Http.Validation
Assembly:  System.Web.Http (in System.Web.Http.dll)

System::Object
  System.Web.Http.Validation::ModelValidationRequiredMemberSelector

public ref class ModelValidationRequiredMemberSelector sealed : IRequiredMemberSelector

NameDescription
System_CAPS_pubmethodModelValidationRequiredMemberSelector(ModelMetadataProvider^, IEnumerable<ModelValidatorProvider^>^)

Initializes a new instance of the ModelValidationRequiredMemberSelector class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsRequiredMember(MemberInfo^)

Indicates whether the member is required for validation.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: