C# Class BetterValidation.Extensions.FluentValidationExtensions

Extension to the Fluent Validation Types
Afficher le fichier Open project: brettenet/BetterValidation

Méthodes publiques

Méthode Description
ToValidationResult ( this validationResult ) : IEnumerable

Converts the Fluent Validation result to the type the both mvc and ef expect

Method Details

ToValidationResult() public static méthode

Converts the Fluent Validation result to the type the both mvc and ef expect
public static ToValidationResult ( this validationResult ) : IEnumerable
validationResult this The validation result.
Résultat IEnumerable