DefaultValidator Klasse
Definition
Stellt die Validierung eines Objekts bereit.Provides validation of an object. Diese Klasse kann nicht vererbt werden.This class cannot be inherited.
public ref class DefaultValidator sealed : System::Configuration::ConfigurationValidatorBase
public sealed class DefaultValidator : System.Configuration.ConfigurationValidatorBase
type DefaultValidator = class
inherit ConfigurationValidatorBase
Public NotInheritable Class DefaultValidator
Inherits ConfigurationValidatorBase
- Vererbung
Konstruktoren
DefaultValidator() |
Initialisiert eine neue Instanz der DefaultValidator-Klasse.Initializes a new instance of the DefaultValidator class. |
Methoden
CanValidate(Type) |
Bestimmt, ob ein Objekt auf Grundlage des Typs validiert werden kann.Determines whether an object can be validated, based on type. |
Equals(Object) |
Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetHashCode() |
Fungiert als Standardhashfunktion.Serves as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |
Validate(Object) |
Bestimmt, ob der Wert eines Objekts gültig ist.Determines whether the value of an object is valid. |