Class AuditLogSettingsDto
Inherited Members
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class AuditLogSettingsDto
Constructors
AuditLogSettingsDto()
Declaration
public AuditLogSettingsDto()
Properties
ExpiredDeleterPeriod
Declaration
public int ExpiredDeleterPeriod { get; set; }
Property Value
Type | Description |
---|---|
int |
IsExpiredDeleterEnabled
Declaration
public bool IsExpiredDeleterEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |