Show / Hide Table of Contents

Class AbpAuditingOptions

Inheritance
object
AbpAuditingOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
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 AbpAuditingOptions

Constructors

AbpAuditingOptions()

Declaration
public AbpAuditingOptions()

Properties

AlwaysLogOnException

Declaration
public bool AlwaysLogOnException { get; set; }
Property Value
Type Description
bool

AlwaysLogSelectors

Declaration
public List<Func<AuditLogInfo, Task<bool>>> AlwaysLogSelectors { get; }
Property Value
Type Description
List<Func<AuditLogInfo, Task<bool>>>

ApplicationName

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

Contributors

Declaration
public List<AuditLogContributor> Contributors { get; }
Property Value
Type Description
List<AuditLogContributor>

DisableLogActionInfo

Declaration
public bool DisableLogActionInfo { get; set; }
Property Value
Type Description
bool

EntityHistorySelectors

Declaration
public IEntityHistorySelectorList EntityHistorySelectors { get; }
Property Value
Type Description
IEntityHistorySelectorList

HideErrors

Declaration
public bool HideErrors { get; set; }
Property Value
Type Description
bool

IgnoredTypes

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

IsEnabled

Declaration
public bool IsEnabled { get; set; }
Property Value
Type Description
bool

IsEnabledForAnonymousUsers

Declaration
public bool IsEnabledForAnonymousUsers { get; set; }
Property Value
Type Description
bool

IsEnabledForGetRequests

Declaration
public bool IsEnabledForGetRequests { get; set; }
Property Value
Type Description
bool

IsEnabledForIntegrationServices

Declaration
public bool IsEnabledForIntegrationServices { get; set; }
Property Value
Type Description
bool

SaveEntityHistoryWhenNavigationChanges

Declaration
public bool SaveEntityHistoryWhenNavigationChanges { get; set; }
Property Value
Type Description
bool

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>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform