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
Properties
ExitCode
Gets the ExitCode value. 取得程序結束碼。
public int ExitCode { get; }
Property Value
IsValid
Provides the IsValid member. 取得外部驗證器是否將文件分類為有效。
public bool IsValid { get; }
Property Value
StandardError
Gets the StandardError value. 取得標準錯誤內容。
public string StandardError { get; }
Property Value
StandardOutput
Gets the StandardOutput value. 取得標準輸出內容。
public string StandardOutput { get; }