DiagnosticEntry
DiagnosticEntry
Overview
DiagnosticEntry 是 C++ 的 FOSS 中的 Aspose.Cells 类.
代表了诊断输入.
本类提供了11种方法,用于在C++程序中与DiagnosticEntry对象工作. 有的方法包括: DiagnosticSeverity, GetCode, GetDataLossRisk, GetMessage, GetRepairApplied, GetSeverity, SetCode, SetDataLossRisk, SetMessage, SetRepairApplied, SetSeverity. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 接入方法: DiagnosticSeverity.
接入方法
| Name | Type | Access | Description |
|---|---|---|---|
DiagnosticSeverity | DiagnosticSeverity | Read | 得到了诊断的严重性. |
Methods
| Signature | Description |
|---|---|
DiagnosticSeverity() → DiagnosticSeverity | 得到或设置严重性. |
GetCode() → std::string | 获取或设置代码. |
SetCode(value: std::string) | 设置代码值. |
GetSeverity() → DiagnosticSeverity | 得到或设置严重性. |
SetSeverity(value: DiagnosticSeverity) | 设置严重性值. |
GetMessage() → std::string | 获取或设置消息. |
SetMessage(value: std::string) | 设置消息值. |
GetRepairApplied() → bool | 获取或设置一个值,表示是否进行了修复. |
SetRepairApplied(value: bool) | 设置修复应用值. |
GetDataLossRisk() → bool | 获取或设置一个值,表示是否存在数据丢失风险. |
SetDataLossRisk(value: bool) | 设置数据丢失风险值. |