PropertyValueValidator<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. |
Validates the value of a property using a configured validator.
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Validators
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)
Syntax
'Declaration
PublicClassPropertyValueValidator(Of T) _
Inherits MemberAccessValidator(Of T)
publicclassPropertyValueValidator<T> : MemberAccessValidator<T>
generic<typename T>
publicref classPropertyValueValidator : public MemberAccessValidator<T>
JScript does not support generic types or methods.
Type Parameters
- T
The type for which validation on a property 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.PropertyValueValidator<T>
See Also
PropertyValueValidator<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. |