C# 클래스 ServiceStack.FluentValidation.Results.ValidationFailure

파일 보기 프로젝트 열기: ServiceStack/ServiceStack 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Creates a textual representation of the failure.

ValidationFailure ( string propertyName, string error, string errorCode ) : System.Collections.Generic

Creates a new validation failure.

ValidationFailure ( string propertyName, string error, string errorCode, object attemptedValue ) : System.Collections.Generic

Creates a new ValidationFailure.

메소드 상세

ToString() 공개 메소드

Creates a textual representation of the failure.
public ToString ( ) : string
리턴 string

ValidationFailure() 공개 메소드

Creates a new validation failure.
public ValidationFailure ( string propertyName, string error, string errorCode ) : System.Collections.Generic
propertyName string
error string
errorCode string
리턴 System.Collections.Generic

ValidationFailure() 공개 메소드

Creates a new ValidationFailure.
public ValidationFailure ( string propertyName, string error, string errorCode, object attemptedValue ) : System.Collections.Generic
propertyName string
error string
errorCode string
attemptedValue object
리턴 System.Collections.Generic