DiagnosticEntry

DiagnosticEntry

Overview

DiagnosticEntry is a class in Aspose.Cells FOSS for C++.

Represents diagnostic entry.

This class provides 11 methods for working with DiagnosticEntry objects in C++ programs. Available methods include: DiagnosticSeverity, GetCode, GetDataLossRisk, GetMessage, GetRepairApplied, GetSeverity, SetCode, SetDataLossRisk, SetMessage, SetRepairApplied, SetSeverity. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: DiagnosticSeverity.

Accessor Methods

NameTypeAccessDescription
DiagnosticSeverityDiagnosticSeverityReadGets the diagnostic severity.

Methods

SignatureDescription
DiagnosticSeverity()DiagnosticSeverityGets or sets the severity.
GetCode()std::stringGets or sets the code.
SetCode(value: std::string)Sets the code value.
GetSeverity()DiagnosticSeverityGets or sets the severity.
SetSeverity(value: DiagnosticSeverity)Sets the severity value.
GetMessage()std::stringGets or sets the message.
SetMessage(value: std::string)Sets the message value.
GetRepairApplied()boolGets or sets a value indicating whether repair applied.
SetRepairApplied(value: bool)Sets the repair applied value.
GetDataLossRisk()boolGets or sets a value indicating whether data loss risk.
SetDataLossRisk(value: bool)Sets the data loss risk value.

See Also

 English