MessageDetail Structure

Contains a detail within an ToString object.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
[SerializableAttribute]
public struct MessageDetail : IEquatable<MessageDetail>
Inheritance
Object    ValueType    MessageDetail
Implements
IEquatableMessageDetail

Constructors

MessageDetail Creates a new instance of MessageDetail.

Properties

Name Gets or sets the name of the message detail.
TimeStamp Gets or sets the time and date the message detail was created.
Value Gets or sets the value of the message detail.

Methods

Equals(MessageDetail) Indicates whether the current object is equal to another object of the same type.
Equals(Object) Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Converts the value of this instance to its equivalent string representation.
(Overrides ValueTypeToString)

Operators

Equality(MessageDetail, MessageDetail) Compares two instances of MessageDetail for equality.
Inequality(MessageDetail, MessageDetail) Compares two instances of MessageDetail for inequality.

See Also