C# 클래스 ClearCanvas.Desktop.Validation.ValidationResult

Represents the result of an IValidationRule evaluation.
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas

공개 메소드들

메소드 설명
Combine ( IEnumerable results ) : ValidationResult

Combines a collection of validation results into a single result.

GetMessageString ( string separator ) : string

Concatenates the elements of the Messages property into a single message using the specified separator.

ValidationResult ( bool success ) : System.Collections.Generic

Constructor.

메소드 상세

Combine() 공개 정적인 메소드

Combines a collection of validation results into a single result.
public static Combine ( IEnumerable results ) : ValidationResult
results IEnumerable
리턴 ValidationResult

GetMessageString() 공개 메소드

Concatenates the elements of the Messages property into a single message using the specified separator.
public GetMessageString ( string separator ) : string
separator string
리턴 string

ValidationResult() 공개 메소드

Constructor.
public ValidationResult ( bool success ) : System.Collections.Generic
success bool Indicates whether the validation succeeded.
리턴 System.Collections.Generic