Class PollsComponent
Inheritance
PollsComponent
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
public class PollsComponent : CmsKitProComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
PollsComponent()
Declaration
Properties
Model
Declaration
protected PollsComponent.PollsViewModel Model { get; set; }
Property Value
PollAdminAppService
Declaration
[Inject]
protected IPollAdminAppService PollAdminAppService { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
GetPullListAsync()
Declaration
protected virtual Task GetPullListAsync()
Returns
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Implements
Extension Methods