ValidationResult 클래스

정의

MajorObject.Validate 메서드에서 반환된 유효성 검사 오류, 경고 또는 메시지를 나타냅니다.

public sealed class ValidationResult
type ValidationResult = class
Public NotInheritable Class ValidationResult
상속
ValidationResult

속성

Description

ValidationRule.Description이나 매개 변수가 있는 유사한 텍스트를 가져옵니다.

Rule

ValidationResult와 연결된 ValidationRule을 가져옵니다.

Source

ValidationResult의 원본인 ModelComponent를 가져옵니다.

SourcePath

Source 속성에서 추출된 source-path를 가져옵니다.

SourceType

Source 속성에서 추출된 source-type을 가져옵니다.

메서드

ToString()

현재 개체의 문자열 표현을 반환합니다.

적용 대상