OperationMessage Class

Base class for operation messages.
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityOperationMessage
    Dundas.BI.Services.HealthHealthCheckMessage

Namespace: Dundas.BI.Utility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract class OperationMessage

The OperationMessage type exposes the following members.

Properties
 NameDescription
Public propertyDetailsGets the details.
Public propertyIndentLevelGets the indent level.
Public propertyMessageTimeGets the time when the message was posted, in Coordinated Universal Time (UTC).
Public propertySeverityGets the severity.
Public propertyTextGets the text.
Top
See Also