ReportMessage Members
Include Protected Members
Include Inherited Members
The ReportMessage object is the base class for report messaging.
The ReportMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportMessage() | Initializes a new instance of the ReportMessage object. | |
ReportMessage(String, MessageSeverity, String, String, String, String) | Constructs a new ReportMessageobject with one or more of the following parameters defined. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the message description. | |
ObjectName | Gets or sets the object name for this message. | |
Phase | Gets or sets the phase for this message. | |
Recommendation | Gets or sets the recommendation for this message. | |
Severity | Gets or sets the severity for this message. | |
Time | Gets or sets the time when this message occurs. | |
Title | Gets or sets the title of this message. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top