Click or drag to resize
EventLogModel Class
Event log model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsEventLogModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public sealed class EventLogModel

The EventLogModel type exposes the following members.

Constructors
  NameDescription
Public methodEventLogModel
Initializes a new instance of the EventLogModel class
Top
Properties
  NameDescription
Public propertyCategory
Gets or sets the text associated with the categoryNumber for this entry.
Public propertyCategoryNumber
Gets or sets the category number of the event log entry.
Public propertyEntryType
Gets or sets the event type of this entry.
Public propertyId
Gets or sets the id of this entry in the event log.
Public propertyInstanceId
Gets or sets the resource identifier that designates the message text of the event entry.
Public propertyMachineName
Gets or sets the name of the computer on which this entry was generated.
Public propertyMessage
Gets or sets the localized message associated with this event entry.
Public propertyReplacementStrings
Gets or sets the replacement strings associated with the event log entry.
Public propertySource
Gets or sets the name of the application that generated this event.
Public propertyTimeGenerated
Gets or sets the local time at which this event was generated.
Public propertyTimeWritten
Gets or sets the local time at which this event was written to the log.
Public propertyUserName
Gets or sets the name of the user who is responsible for this event.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also