IHealthCheckInfo Interface

Provides information about a health check.

Namespace: Dundas.BI.Services.Health
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IHealthCheckInfo

The IHealthCheckInfo type exposes the following members.

Properties
 NameDescription
Public propertyDescriptionGets the description.
Public propertyIdGets the unique ID of the check.
Public propertyNameGets the name.
Public propertyRunByDefaultGets a value indicating whether the check will be run by default.
Public propertySupportsFix Gets a value indicating whether the check can automatically fix the errors it detects.
Top
See Also