Table of Contents

Class OdfBatchUpdateResult

Namespace
OdfKit
Assembly
OdfKit.dll

Represents the result of a high-level batch update operation. 表示高階批次更新作業的結果。

public sealed class OdfBatchUpdateResult
Inheritance
OdfBatchUpdateResult
Inherited Members

Constructors

OdfBatchUpdateResult()

public OdfBatchUpdateResult()

Properties

AmbiguousNames

Gets the names or identifiers that matched more than one item. 取得符合多個項目的名稱或識別碼。

public IList<string> AmbiguousNames { get; }

Property Value

IList<string>

MissingNames

Gets the names or identifiers that were requested but not found. 取得要求更新但未找到的名稱或識別碼。

public IList<string> MissingNames { get; }

Property Value

IList<string>

UnchangedNames

Gets the names or identifiers that were found but did not require changes. 取得找到但不需變更的名稱或識別碼。

public IList<string> UnchangedNames { get; }

Property Value

IList<string>

UpdatedCount

Gets or sets the number of items updated successfully. 取得或設定成功更新的項目數量。

public int UpdatedCount { get; set; }

Property Value

int

UpdatedNames

Gets the names or identifiers updated successfully. 取得成功更新的名稱或識別碼。

public IList<string> UpdatedNames { get; }

Property Value

IList<string>

Warnings

Gets the non-fatal warnings produced while applying the update. 取得套用更新時產生的非致命警告。

public IList<string> Warnings { get; }

Property Value

IList<string>