IdtMessage Class

Defines the essential methods and properties of messages.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
[SerializableAttribute]
public abstract class IdtMessage
Inheritance
Object    IdtMessage
Derived

Constructors

IdtMessageInitializes a new instance of the IdtMessage class

Properties

ApplicationName Gets or sets the application name associated with this message.
Body Gets or sets the text of the message to send.
Destination Gets or sets the message's destination.
Sent Gets or sets the date and time this message was sent.
Severity Gets or sets an indication of the severity of the message.
Source Gets or sets the source of the message.
Subject Gets or sets a subject line for the message.
UserName Gets or sets the name of the user who created this IdtMessage.

Methods

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.
(Overrides ObjectToString)

See Also