Show / Hide Table of Contents

Class AuditLogInfo

Inheritance
object
AuditLogInfo
Implements
IHasExtraProperties
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
System.Collections.Generic.List<T><AuditLogActionInfo>

ApplicationName

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

BrowserInfo

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

ClientId

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

ClientIpAddress

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

ClientName

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

Comments

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
Type Description
string

EntityChanges

Declaration
public List<EntityChangeInfo> EntityChanges { get; }
Property Value
Type Description
System.Collections.Generic.List<T><EntityChangeInfo>

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
Type Description
int

ExecutionTime

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

ExtraProperties

Declaration
public ExtraPropertyDictionary ExtraProperties { get; }
Property Value
Type Description
ExtraPropertyDictionary

HttpMethod

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

HttpStatusCode

Declaration
public int? HttpStatusCode { get; set; }
Property Value
Type Description
int?

ImpersonatorTenantId

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

ImpersonatorTenantName

Declaration
public string ImpersonatorTenantName { get; set; }
Property Value
Type Description
string

ImpersonatorUserId

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

ImpersonatorUserName

Declaration
public string ImpersonatorUserName { get; set; }
Property Value
Type Description
string

TenantId

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

TenantName

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

Url

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

UserId

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

UserName

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

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

IHasExtraProperties

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft