C# Класс BetterValidation.Extensions.FluentValidationExtensions

Extension to the Fluent Validation Types
Показать файл Открыть проект

Открытые методы

Метод Описание
ToValidationResult ( this validationResult ) : IEnumerable

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

Описание методов

ToValidationResult() публичный статический Метод

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.
Результат IEnumerable