Class ValidationResult
Class ValidationResult
Namespace: Aspose.Html.Accessibility.Results
Assembly: Aspose.HTML.dll (25.1.0)
접근성 규칙 객체의 모든 기준에 대한 결과를 포함하는 주요 결과 클래스입니다.
[ComVisible(true)]
public class ValidationResult
상속
상속된 멤버
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
속성
세부정보
검증 결과 세부정보
public IList<rulevalidationresult> Details { get; }
속성 값
IList<RuleValidationResult>
성공
검증 결과입니다.
public bool Success { get; }
속성 값
메서드
SaveTo(TextWriter, ValidationResultSaveFormat)
검증 결과를 System.IO.TextWriter 객체에 저장합니다.
public void SaveTo(TextWriter writer, ValidationResultSaveFormat format)
매개변수
writer
TextWriter
System.IO.TextWriter 객체
format
ValidationResultSaveFormat
검증 결과가 저장될 형식
SaveTo(TextWriter)
검증 결과를 System.IO.TextWriter 객체에 저장합니다.
public void SaveTo(TextWriter writer)
매개변수
writer
TextWriter
System.IO.TextWriter 객체
SaveToString()
검증 결과를 문자열로 저장합니다.
public string SaveToString()
반환 값
결과가 포함된 문자열