MemberAccessValidator<T> Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Base generic validator for member access validation.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Validation.Validators
Assembly:  Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)

Syntax

'Declaration
PublicMustInheritClassMemberAccessValidator(Of T) _
    Inherits Validator(Of T)
publicabstractclassMemberAccessValidator<T> : Validator<T>
generic<typename T>
publicref classMemberAccessValidatorabstract : public Validator<T>
JScript does not support generic types or methods.

Type Parameters

  • T
    The type for which validation on a member is to be performed.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Validation.Validator
    Microsoft.Practices.EnterpriseLibrary.Validation.Validator<T>
      Microsoft.Practices.EnterpriseLibrary.Validation.Validators.MemberAccessValidator<T>
        Microsoft.Practices.EnterpriseLibrary.Validation.Validators.FieldValueValidator<T>
        Microsoft.Practices.EnterpriseLibrary.Validation.Validators.MethodReturnValueValidator<T>
        Microsoft.Practices.EnterpriseLibrary.Validation.Validators.PropertyValueValidator<T>

See Also

MemberAccessValidator<T> Members

Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.