Show / Hide Table of Contents

Class PollsComponent

Inheritance
object
CmsKitProComponentBase
PollsComponent
Namespace: Volo.CmsKit.Pro.Admin.Blazor.Pages.CmsKit.WidgetComponents
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
public class PollsComponent : CmsKitProComponentBase

Constructors

PollsComponent()

Declaration
public PollsComponent()

Properties

Model

Declaration
protected PollsComponent.PollsViewModel Model { get; set; }
Property Value
Type Description
PollsComponent.PollsViewModel

PollAdminAppService

Declaration
[Inject]
protected IPollAdminAppService PollAdminAppService { get; set; }
Property Value
Type Description
IPollAdminAppService

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder

GetPullListAsync()

Declaration
protected virtual Task GetPullListAsync()
Returns
Type Description
Task

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft