ValidationFactory.CreateValidator Method
Include Protected Members
Include Inherited Members
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. |
Overload List
Name | Description | |
---|---|---|
CreateValidator(Type) |
Returns a validator representing the validation criteria specified for type targetType through configuration and aatributes on type targetType and its ancestors for the default ruleset.
|
|
CreateValidator(Type, String) |
Returns a validator representing the validation criteria specified for type targetType through configuration and attributes on type targetType and its ancestors for the supplied ruleset.
|
|
CreateValidator(Type, String, IConfigurationSource) |
Returns a validator representing the validation criteria specified for type targetType through configuration and attributes on type targetType and its ancestors for the supplied ruleset retrieving configuration information from the supplied IConfigurationSource.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Validation 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. |