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 (24.3.0.1000)
Syntax
public interface IHealthCheckInfo

The IHealthCheckInfo type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description.
Public propertyId
Gets the unique ID of the check.
Public propertyName
Gets the name.
Public propertyRunByDefault
Gets 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