Share via


ValidationFactory.CreateValidatorFromConfiguration<T> 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
Public methodStatic member CreateValidatorFromConfiguration<T>()
Returns a validator representing the validation criteria specified for type T through configuration for the default ruleset.
Public methodStatic member CreateValidatorFromConfiguration<T>(String)
Returns a validator representing the validation criteria specified for type T through configuration for the supplied ruleset.
Public methodStatic member CreateValidatorFromConfiguration<T>(IConfigurationSource)
Returns a validator representing the validation criteria specified for type T through configuration for the default ruleset retrieving configuration information from the supplied IConfigurationSource.
Public methodStatic member CreateValidatorFromConfiguration<T>(String, IConfigurationSource)
Returns a validator representing the validation criteria specified for type T through configuration for the supplied ruleset retrieving configuration information from the supplied IConfigurationSource.

See Also

ValidationFactory Class

ValidationFactory Members

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.