Class AuditLogSettingGroup
Inheritance
AuditLogSettingGroup
Assembly: Volo.Abp.AuditLogging.Blazor.dll
Syntax
public class AuditLogSettingGroup : AbpAuditLoggingComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
AuditLogSettingGroup()
Declaration
public AuditLogSettingGroup()
Fields
AuditLogGlobalSettingsValidation
Declaration
protected Validations AuditLogGlobalSettingsValidation
Field Value
Type |
Description |
Validations |
|
AuditLogSettingsValidation
Declaration
protected Validations AuditLogSettingsValidation
Field Value
Type |
Description |
Validations |
|
selectedTab
Declaration
protected string selectedTab
Field Value
Properties
AuditLogGlobalSettings
Declaration
public AuditLogGlobalSettingsDto? AuditLogGlobalSettings { get; protected set; }
Property Value
AuditLogSettings
Declaration
public AuditLogSettingsDto AuditLogSettings { get; }
Property Value
AuditLogSettingsAppService
Declaration
[Inject]
protected IAuditLogSettingsAppService AuditLogSettingsAppService { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
SaveAuditLogGlobalSettingsAsync()
Declaration
protected Task SaveAuditLogGlobalSettingsAsync()
Returns
SaveAuditLogSettingsAsync()
Declaration
protected Task SaveAuditLogSettingsAsync()
Returns
Implements
Extension Methods