Class AuditEntry
Contains details of an audit entry
Inheritance
System.Object
AuditEntry
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class AuditEntry : Object
Properties
AuditDate
Gets the date and time audit entry was created.
Declaration
public DateTime AuditDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
AuditDetails
Gets the audit details.
Declaration
public string AuditDetails { get; }
Property Value
Type | Description |
---|---|
System.String |
AuditType
Gets the type of the audit.
Declaration
public AuditType AuditType { get; }
Property Value
Type | Description |
---|---|
AuditType | The type of the audit. |
MachineName
Gets the name of the machine.
Declaration
public string MachineName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the machine. |
SessionKey
Gets the session key.
Declaration
public SessionKey SessionKey { get; }
Property Value
Type | Description |
---|---|
SessionKey |
UserName
Gets the name of the user.
Declaration
public string UserName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the user. |
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |