C# Class Tortuga.Anchor.ValidationResult

Class ValidationResult.
Afficher le fichier Open project: docevaad/Anchor

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns a string that represents this instance.

ValidationResult ( string errorMessage ) : System.Collections.Generic

Initializes a new instance of the ValidationResult class.

Initializes a new instance of the ValidationResult class.

ValidationResult ( string errorMessage, IEnumerable memberNames ) : System.Collections.Generic

Initializes a new instance of the ValidationResult class.

Method Details

ToString() public méthode

Returns a string that represents this instance.
public ToString ( ) : string
Résultat string

ValidationResult() public méthode

Initializes a new instance of the ValidationResult class. Initializes a new instance of the ValidationResult class.
validationResult
public ValidationResult ( string errorMessage ) : System.Collections.Generic
errorMessage string The error message.
Résultat System.Collections.Generic

ValidationResult() public méthode

Initializes a new instance of the ValidationResult class.
public ValidationResult ( string errorMessage, IEnumerable memberNames ) : System.Collections.Generic
errorMessage string The error message.
memberNames IEnumerable The member names.
Résultat System.Collections.Generic