Show / Hide Table of Contents

Class AuditLogSettingNames

Inheritance
object
AuditLogSettingNames
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public static class AuditLogSettingNames

Fields

ExpiredDeleterPeriod

Declaration
public const string ExpiredDeleterPeriod = "Abp.AuditLogging.ExpiredDeleterPeriod"
Field Value
Type Description
string

GroupName

Declaration
public const string GroupName = "Abp.AuditLogging"
Field Value
Type Description
string

IsExpiredDeleterEnabled

Declaration
public const string IsExpiredDeleterEnabled = "Abp.AuditLogging.IsExpiredDeleterEnabled"
Field Value
Type Description
string

IsPeriodicDeleterEnabled

Declaration
public const string IsPeriodicDeleterEnabled = "Abp.AuditLogging.IsPeriodicDeleterEnabled"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform