Class SaasHostManagementComponent
Inheritance
SaasHostManagementComponent
Assembly: Volo.Saas.Host.Blazor.dll
Syntax
public class SaasHostManagementComponent : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
SaasHostManagementComponent()
Declaration
public SaasHostManagementComponent()
Fields
SaasHostSettingValidation
Declaration
protected Validations SaasHostSettingValidation
Field Value
Type |
Description |
Validations |
|
Settings
Declaration
protected SaasHostSettingViewModel Settings
Field Value
Properties
HostSettingsAppService
Declaration
[Inject]
protected IHostSettingsAppService HostSettingsAppService { get; set; }
Property Value
L
Declaration
[Inject]
protected IStringLocalizer<SaasResource> L { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
UpdateSettingsAsync()
Declaration
protected virtual Task UpdateSettingsAsync()
Returns
Implements
Extension Methods