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()
Assembly: Volo.Abp.Auditing.dll
Syntax
public class AbpAuditingOptions
Constructors
AbpAuditingOptions()
Declaration
public AbpAuditingOptions()
Properties
AlwaysLogOnException
Declaration
public bool AlwaysLogOnException { get; set; }
Property Value
AlwaysLogSelectors
Declaration
public List<Func<AuditLogInfo, Task<bool>>> AlwaysLogSelectors { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<T><System.Func<T, TResult><AuditLogInfo, System.Threading.Tasks.Task<TResult><bool>>> |
|
ApplicationName
Declaration
public string ApplicationName { get; set; }
Property Value
Contributors
Declaration
public List<AuditLogContributor> Contributors { get; }
Property Value
DisableLogActionInfo
Declaration
public bool DisableLogActionInfo { get; set; }
Property Value
EntityHistorySelectors
Declaration
public IEntityHistorySelectorList EntityHistorySelectors { get; }
Property Value
HideErrors
Declaration
public bool HideErrors { get; set; }
Property Value
IgnoredTypes
Declaration
public List<Type> IgnoredTypes { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<T><System.Type> |
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
IsEnabledForAnonymousUsers
Declaration
public bool IsEnabledForAnonymousUsers { get; set; }
Property Value
IsEnabledForGetRequests
Declaration
public bool IsEnabledForGetRequests { get; set; }
Property Value
IsEnabledForIntegrationServices
Declaration
public bool IsEnabledForIntegrationServices { get; set; }
Property Value
Extension Methods