EventLogModel Class |
Namespace: DoubleTake.Web.Models
The EventLogModel type exposes the following members.
| Name | Description | |
|---|---|---|
| EventLogModel | Initializes a new instance of the EventLogModel class |
| Name | Description | |
|---|---|---|
| Category |
Gets or sets the text associated with the categoryNumber for this entry.
| |
| CategoryNumber |
Gets or sets the category number of the event log entry.
| |
| EntryType |
Gets or sets the event type of this entry.
| |
| Id |
Gets or sets the id of this entry in the event log.
| |
| InstanceId |
Gets or sets the resource identifier that designates the message text of the event entry.
| |
| MachineName |
Gets or sets the name of the computer on which this entry was generated.
| |
| Message |
Gets or sets the localized message associated with this event entry.
| |
| ReplacementStrings |
Gets or sets the replacement strings associated with the event log entry.
| |
| Source |
Gets or sets the name of the application that generated this event.
| |
| TimeGenerated |
Gets or sets the local time at which this event was generated.
| |
| TimeWritten |
Gets or sets the local time at which this event was written to the log.
| |
| UserName |
Gets or sets the name of the user who is responsible for this event.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |