OperationMessage Class

Base class for operation messages.
Inheritance Hierarchy

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

The OperationMessage type exposes the following members.

Properties
  NameDescription
Public propertyDetails
Gets the details.
Public propertyIndentLevel
Gets the indent level.
Public propertyMessageTime
Gets the time when the message was posted, in Coordinated Universal Time (UTC).
Public propertySeverity
Gets the severity.
Public propertyText
Gets the text.
Top
See Also