目錄 / Table of Contents

Class OdtMutationReport

Namespace
OdfKit.Text
Assembly
OdfKit.dll

Reports a task-oriented ODT mutation. 回報任務導向 ODT 變更作業。

public sealed class OdtMutationReport
Inheritance
OdtMutationReport
Inherited Members

Constructors

OdtMutationReport(string)

Reports a task-oriented ODT mutation. 回報任務導向 ODT 變更作業。

public OdtMutationReport(string operation)

Parameters

operation string

The domain operation name. / 領域作業名稱。

Properties

AmbiguousTargets

Gets targets that matched more than one domain object. 取得符合多個領域物件的目標。

public IList<string> AmbiguousTargets { get; }

Property Value

IList<string>

Changed

Gets a value indicating whether the operation changed the document. 取得作業是否已變更文件。

public bool Changed { get; }

Property Value

bool

CreatedPackagePaths

Gets package paths created by the operation. 取得作業所建立的封裝路徑。

public IList<string> CreatedPackagePaths { get; }

Property Value

IList<string>

Diagnostics

Gets missing and ambiguous targets as strongly typed diagnostics. 取得找不到與語意不明目標的強型別診斷。

public IReadOnlyList<OdfDiagnostic> Diagnostics { get; }

Property Value

IReadOnlyList<OdfDiagnostic>

MissingTargets

Gets requested targets that were not found. 取得要求處理但找不到的目標。

public IList<string> MissingTargets { get; }

Property Value

IList<string>

Operation

Gets the domain operation name. 取得領域作業名稱。

public string Operation { get; }

Property Value

string

UpdatedCount

Gets or sets the number of updated domain objects. 取得或設定已更新的領域物件數量。

public int UpdatedCount { get; set; }

Property Value

int