C# Class MvvmValidation.NumberedListValidationResultFormatter

An implementation of IValidationResultFormatter that formats the validation result as a numbered list of errors or an empty string if valid.
Inheritance: IValidationResultFormatter
Afficher le fichier Open project: pglazkov/MvvmValidation

Méthodes publiques

Méthode Description
Format ( ValidationResult validationResult ) : string

Converts the specified validation result object to a string.

Method Details

Format() public méthode

Converts the specified validation result object to a string.
public Format ( ValidationResult validationResult ) : string
validationResult ValidationResult The validation result to format.
Résultat string