Class AuditLogSettingGroupViewComponent.AuditLogSettingsViewModel
Inheritance
AuditLogSettingGroupViewComponent.AuditLogSettingsViewModel
Assembly: Volo.Abp.AuditLogging.Web.dll
Syntax
public class AuditLogSettingGroupViewComponent.AuditLogSettingsViewModel
Constructors
AuditLogSettingsViewModel()
Declaration
public AuditLogSettingsViewModel()
Properties
AuditLogGlobalSettings
Declaration
public AuditLogGlobalSettingsDto AuditLogGlobalSettings { get; set; }
Property Value
AuditLogSettings
Declaration
public AuditLogSettingsDto AuditLogSettings { get; set; }
Property Value
Extension Methods