TypeValidator.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.
(Inherited from PropertyValidator.) |
|
ValidateCore(Property, String, IList<ValidationResult>) |
Validates whether value is can be used to resolve an instance of Type.
(Overrides PropertyValidator.ValidateCore(Property, String, IList<ValidationResult>).) |
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace