Show / Hide Table of Contents

Class AuditLogInfo

Inheritance
System.Object
AuditLogInfo
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public class AuditLogInfo : IHasExtraProperties

Constructors

AuditLogInfo()

Declaration
public AuditLogInfo()

Properties

Actions

Declaration
public List<AuditLogActionInfo> Actions { get; set; }
Property Value
Type Description
List<AuditLogActionInfo>

ApplicationName

Declaration
public string ApplicationName { get; set; }
Property Value
Type Description
System.String

BrowserInfo

Declaration
public string BrowserInfo { get; set; }
Property Value
Type Description
System.String

ClientId

Declaration
public string ClientId { get; set; }
Property Value
Type Description
System.String

ClientIpAddress

Declaration
public string ClientIpAddress { get; set; }
Property Value
Type Description
System.String

ClientName

Declaration
public string ClientName { get; set; }
Property Value
Type Description
System.String

Comments

Declaration
public List<string> Comments { get; set; }
Property Value
Type Description
List<System.String>

CorrelationId

Declaration
public string CorrelationId { get; set; }
Property Value
Type Description
System.String

EntityChanges

Declaration
public List<EntityChangeInfo> EntityChanges { get; }
Property Value
Type Description
List<EntityChangeInfo>

Exceptions

Declaration
public List<Exception> Exceptions { get; }
Property Value
Type Description
List<Exception>

ExecutionDuration

Declaration
public int ExecutionDuration { get; set; }
Property Value
Type Description
System.Int32

ExecutionTime

Declaration
public DateTime ExecutionTime { get; set; }
Property Value
Type Description
DateTime

ExtraProperties

Declaration
public Dictionary<string, object> ExtraProperties { get; }
Property Value
Type Description
Dictionary<System.String, System.Object>

HttpMethod

Declaration
public string HttpMethod { get; set; }
Property Value
Type Description
System.String

HttpStatusCode

Declaration
public int? HttpStatusCode { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ImpersonatorTenantId

Declaration
public Guid? ImpersonatorTenantId { get; set; }
Property Value
Type Description
System.Nullable<Guid>

ImpersonatorUserId

Declaration
public Guid? ImpersonatorUserId { get; set; }
Property Value
Type Description
System.Nullable<Guid>

TenantId

Declaration
public Guid? TenantId { get; set; }
Property Value
Type Description
System.Nullable<Guid>

TenantName

Declaration
public string TenantName { get; set; }
Property Value
Type Description
System.String

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String

UserId

Declaration
public Guid? UserId { get; set; }
Property Value
Type Description
System.Nullable<Guid>

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft