DefaultValidator Class
Provides validation of an object. This class cannot be inherited.
Assembly: System.Configuration (in System.Configuration.dll)
System.Configuration::ConfigurationValidatorBase
System.Configuration::DefaultValidator
| Name | Description | |
|---|---|---|
![]() | DefaultValidator() | Initializes a new instance of the DefaultValidator class. |
| Name | Description | |
|---|---|---|
![]() | CanValidate(Type^) | Determines whether an object can be validated, based on type.(Overrides ConfigurationValidatorBase::CanValidate(Type^).) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate(Object^) | Determines whether the value of an object is valid. (Overrides ConfigurationValidatorBase::Validate(Object^).) |
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.
