目錄 / Table of Contents

Class OdfImageBatchUpdateResult

Namespace
OdfKit.Image
Assembly
OdfKit.dll

Reports the result of a batch image frame update. 回報批次影像框架更新作業的結果。

public sealed class OdfImageBatchUpdateResult
Inheritance
OdfImageBatchUpdateResult
Inherited Members

Constructors

OdfImageBatchUpdateResult()

public OdfImageBatchUpdateResult()

Properties

Diagnostics

Gets MissingNames as strongly typed diagnostics. 取得 MissingNames 的強型別診斷檢視。

public IReadOnlyList<OdfDiagnostic> Diagnostics { get; }

Property Value

IReadOnlyList<OdfDiagnostic>

MissingNames

Gets frame names that were requested but not found. 取得要求更新但找不到的框架名稱。

public IList<string> MissingNames { get; }

Property Value

IList<string>

UpdatedCount

Gets or sets the number of updated frames. 取得或設定已更新框架數。

public int UpdatedCount { get; set; }

Property Value

int