Class AuditLogSettingGroupViewComponent
Inheritance
AuditLogSettingGroupViewComponent
Assembly: Volo.Abp.AuditLogging.Web.dll
Syntax
[Widget(RefreshUrl = "/api/audit-logging/settings-widgets/audit-log-setting-group")]
public class AuditLogSettingGroupViewComponent : AbpViewComponent
Constructors
AuditLogSettingGroupViewComponent(IAuditLogSettingsAppService, ICurrentTenant)
Declaration
public AuditLogSettingGroupViewComponent(IAuditLogSettingsAppService auditLogSettingsAppService, ICurrentTenant currentTenant)
Parameters
Properties
AuditLogSettingsAppService
Declaration
protected IAuditLogSettingsAppService AuditLogSettingsAppService { get; }
Property Value
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
SettingsViewModel
Declaration
public AuditLogSettingGroupViewComponent.AuditLogSettingsViewModel SettingsViewModel { get; set; }
Property Value
Methods
InvokeAsync()
Declaration
public virtual Task<IViewComponentResult> InvokeAsync()
Returns
Extension Methods