C# 클래스 BetterValidation.Extensions.FluentValidationExtensions

Extension to the Fluent Validation Types
파일 보기 프로젝트 열기: brettenet/BetterValidation

공개 메소드들

메소드 설명
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