Table of Contents

Class OdfSchemaPatternValidationResult

Namespace
OdfKit.Compliance
Assembly
OdfKit.dll

Provides the OdfSchemaPatternValidationResult API. 代表結構描述模式驗證的結果。

public sealed class OdfSchemaPatternValidationResult
Inheritance
OdfSchemaPatternValidationResult
Inherited Members

Properties

IsMatch

Gets a value indicating the IsMatch state. 取得一個值,表示 XML 元素是否符合結構描述模式。

public bool IsMatch { get; }

Property Value

bool

Issues

Gets the Issues value. 取得模式驗證的問題。

public IReadOnlyList<OdfValidationIssue> Issues { get; }

Property Value

IReadOnlyList<OdfValidationIssue>