PropertyValidator.ValidateCore Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
ValidateCore(Object, String, IList<ValidationResult>) |
Casts instance to Property and calls ValidateCore(Property, String, IList<ValidationResult>) to perform the actual validation.
(Overrides Validator.ValidateCore(Object, String, IList<ValidationResult>).) |
|
ValidateCore(Property, String, IList<ValidationResult>) |
When implemented in a derived class, validates value as part of the Property property.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace