SqlEventLogEvent Class |
Namespace: Galactic.EventLog.Sql
The SqlEventLogEvent type exposes the following members.
Name | Description | |
---|---|---|
SqlEventLogEvent | Initializes a new instance of the SqlEventLogEvent class |
Name | Description | |
---|---|---|
Category |
The category this event belongs to in the database.
| |
Date |
The date of the event.
| |
Details |
The details text of this event.
| |
SeverityLevel |
The severity level this event is tagged as in the database.
| |
Source |
The source of this event in the database.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows 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. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |