ConfigurationValidatorBase Hierarchy

The following table lists the classes derived from System.Configuration.ConfigurationValidatorBase .

Derived Classes

Class Description
System.Configuration.CallbackValidator Provides dynamic validation of an object.
System.Configuration.DefaultValidator Provides validation of an object. This class cannot be inherited.
System.Configuration.IntegerValidator Provides validation of an Int32 value.
System.Configuration.LongValidator Provides validation of an Int64 value.
System.Configuration.PositiveTimeSpanValidator Provides validation of a TimeSpan object. This class cannot be inherited.
System.Configuration.RegexStringValidator Provides validation of a string based on the rules provided by a regular expression.
System.Configuration.StringValidator Provides validation of a string.
System.Configuration.SubclassTypeValidator Validates that an object is a derived class of a specified type.
System.Configuration.TimeSpanValidator Provides validation of a TimeSpan object.

See Also

Reference

ConfigurationValidatorBase Class
ConfigurationValidatorBase Members
System.Configuration Namespace
ConfigurationSection