Class AuditLogInfo
Inheritance
object
AuditLogInfo
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.Auditing.dll
Syntax
public class AuditLogInfo : IHasExtraProperties
Constructors
AuditLogInfo()
Declaration
Properties
Actions
Declaration
public List<AuditLogActionInfo> Actions { get; set; }
Property Value
ApplicationName
Declaration
public string ApplicationName { get; set; }
Property Value
BrowserInfo
Declaration
public string BrowserInfo { get; set; }
Property Value
ClientId
Declaration
public string ClientId { get; set; }
Property Value
ClientIpAddress
Declaration
public string ClientIpAddress { get; set; }
Property Value
ClientName
Declaration
public string ClientName { get; set; }
Property Value
Declaration
public List<string> Comments { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<T><string> |
|
CorrelationId
Declaration
public string CorrelationId { get; set; }
Property Value
EntityChanges
Declaration
public List<EntityChangeInfo> EntityChanges { get; }
Property Value
Exceptions
Declaration
public List<Exception> Exceptions { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<T><System.Exception> |
|
ExecutionDuration
Declaration
public int ExecutionDuration { get; set; }
Property Value
ExecutionTime
Declaration
public DateTime ExecutionTime { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
Declaration
public ExtraPropertyDictionary ExtraProperties { get; }
Property Value
HttpMethod
Declaration
public string HttpMethod { get; set; }
Property Value
HttpStatusCode
Declaration
public int? HttpStatusCode { get; set; }
Property Value
ImpersonatorTenantId
Declaration
public Guid? ImpersonatorTenantId { get; set; }
Property Value
| Type |
Description |
| System.Guid? |
|
ImpersonatorTenantName
Declaration
public string ImpersonatorTenantName { get; set; }
Property Value
ImpersonatorUserId
Declaration
public Guid? ImpersonatorUserId { get; set; }
Property Value
| Type |
Description |
| System.Guid? |
|
ImpersonatorUserName
Declaration
public string ImpersonatorUserName { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
| Type |
Description |
| System.Guid? |
|
TenantName
Declaration
public string TenantName { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
UserId
Declaration
public Guid? UserId { get; set; }
Property Value
| Type |
Description |
| System.Guid? |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
object.ToString()
Implements
Extension Methods