ConfigurationValidatorBase Class
Acts as a base class for deriving a validation class so that a value of an object can be verified.
Assembly: System.Configuration (in System.Configuration.dll)
System.Configuration::ConfigurationValidatorBase
System.Configuration::CallbackValidator
System.Configuration::DefaultValidator
System.Configuration::IntegerValidator
System.Configuration::LongValidator
System.Configuration::PositiveTimeSpanValidator
System.Configuration::RegexStringValidator
System.Configuration::StringValidator
System.Configuration::SubclassTypeValidator
System.Configuration::TimeSpanValidator
System.Xml.Serialization.Configuration::RootedPathValidator
| Name | Description | |
|---|---|---|
![]() | ConfigurationValidatorBase() | Initializes an instance of the ConfigurationValidatorBase class. |
| Name | Description | |
|---|---|---|
![]() | CanValidate(Type^) | Determines whether an object can be validated based on type. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate(Object^) | Determines whether the value of an object is valid. |
The ConfigurationValidatorBase class is used to create a custom validator. A custom validator can be used to verify object values.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

