C# Class Catel.Windows.Controls.ValidationData

Class containing all validation info (thus warnings and errors) about a specific object.
Afficher le fichier Open project: Catel/Catel Class Usage Examples

Méthodes publiques

Méthode Description
ClearWarningsAndErrors ( ) : void

Clears the warnings and errors.

Clone ( ) : object

Creates a new object that is a copy of the current instance.

ValidationData ( IEnumerable parentEnumerable ) : System

Initializes a new instance of the ValidationData class.

Method Details

ClearWarningsAndErrors() public méthode

Clears the warnings and errors.
public ClearWarningsAndErrors ( ) : void
Résultat void

Clone() public méthode

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Résultat object

ValidationData() public méthode

Initializes a new instance of the ValidationData class.
public ValidationData ( IEnumerable parentEnumerable ) : System
parentEnumerable IEnumerable The parent ParentEnumerable. Null if the object does not belong to an enumerable.
Résultat System