WebMessage Class

Publishable message used for Web status information.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
[SerializableAttribute]
public class WebMessage : IdtMessage, IDetailedMessage, 
	IHasHtmlBody
Inheritance
Object    IdtMessage    WebMessage
Implements
IDetailedMessage, IHasHtmlBody

Constructors

WebMessage Creates a new instance of WebMessage.
WebMessage(String, String, String, WebMessageType) Creates a new instance of WebMessage with a specific source, subject, and body, for a specific application.

Properties

ApplicationName Gets or sets the application name associated with this message.
(Inherited from IdtMessage)
Body Gets or sets the text of the message to send.
(Inherited from IdtMessage)
Destination Gets or sets the message's destination.
(Inherited from IdtMessage)
Details Gets the list of details (key-and-value pairs) that add information about this Data message.
HtmlBody Gets the message body as HTML
MessageType Gets or sets an indication of the type of message.
Sent Gets or sets the date and time this message was sent.
(Inherited from IdtMessage)
Severity Gets or sets an indication of the severity of the message.
(Inherited from IdtMessage)
Source Gets or sets the source of the message.
(Inherited from IdtMessage)
Subject Gets or sets a subject line for the message.
(Inherited from IdtMessage)
TableStyle Gets or sets the style for the message properties table in HTML
UserName Gets or sets the name of the user who created this IdtMessage.
(Inherited from IdtMessage)

Methods

AddDetail(MessageDetail) Adds a MessageDetail item to the list of details in the message.
AddDetail(String, String) Adds a name-value detail item to the list of details in the message.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Gets a String representation of this Object.
(Inherited from IdtMessage)

See Also