Table of Contents

Class OdfExternalValidatorResult

Namespace
OdfKit.Compliance
Assembly
OdfKit.dll

Provides the OdfExternalValidatorResult API. 表示外部 ODF 驗證器執行結果。

public sealed class OdfExternalValidatorResult
Inheritance
OdfExternalValidatorResult
Inherited Members

Constructors

OdfExternalValidatorResult(int, string, string)

Provides the OdfExternalValidatorResult API. 表示外部 ODF 驗證器執行結果。

public OdfExternalValidatorResult(int exitCode, string standardOutput, string standardError)

Parameters

exitCode int

程序結束碼

standardOutput string

標準輸出內容

standardError string

標準錯誤內容

Properties

ExitCode

Gets the ExitCode value. 取得程序結束碼。

public int ExitCode { get; }

Property Value

int

IsValid

Provides the IsValid member. 取得外部驗證器是否將文件分類為有效。

public bool IsValid { get; }

Property Value

bool

StandardError

Gets the StandardError value. 取得標準錯誤內容。

public string StandardError { get; }

Property Value

string

StandardOutput

Gets the StandardOutput value. 取得標準輸出內容。

public string StandardOutput { get; }

Property Value

string