ConfigurationValidatorAttribute Hierarchy

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

Derived Classes

Class Description
System.Configuration.CallbackValidatorAttribute Specifies a CallbackValidator object to use for code validation. This class cannot be inherited.
System.Configuration.IntegerValidatorAttribute Declaratively instructs the .NET Framework to perform integer validation on a configuration property. This class cannot be inherited.
System.Configuration.LongValidatorAttribute Declaratively instructs the .NET Framework to perform long-integer validation on a configuration property. This class cannot be inherited.
System.Configuration.PositiveTimeSpanValidatorAttribute Declaratively instructs the .NET Framework to perform time validation on a configuration property. This class cannot be inherited.
System.Configuration.RegexStringValidatorAttribute Declaratively instructs the .NET Framework to perform string validation on a configuration property using a regular expression. This class cannot be inherited.
System.Configuration.StringValidatorAttribute Declaratively instructs the .NET Framework to perform string validation on a configuration property. This class cannot be inherited.
System.Configuration.SubclassTypeValidatorAttribute Declaratively instructs the .NET Framework to perform validation on a configuration property. This class cannot be inherited.
System.Configuration.TimeSpanValidatorAttribute Declaratively instructs the .NET Framework to perform time validation on a configuration property. This class cannot be inherited.

See Also

Reference

ConfigurationValidatorAttribute Class
ConfigurationValidatorAttribute Members
System.Configuration Namespace
IntegerValidatorAttribute
TimeSpanValidatorAttribute
StringValidatorAttribute