Show / Hide Table of Contents

Class PageFeedbacksManagement

Inheritance
object
ComponentBase
OwningComponentBase
AbpComponentBase
CmsKitProComponentBase
PageFeedbacksManagement
Implements
IComponent
IHandleEvent
IHandleAfterRender
IDisposable
Inherited Members
AbpComponentBase.LazyGetRequiredService<TService>(ref TService)
AbpComponentBase.LazyGetRequiredService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetService<TService>(ref TService)
AbpComponentBase.LazyGetService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetNonScopedRequiredService<TService>(ref TService)
AbpComponentBase.LazyGetNonScopedRequiredService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetNonScopedService<TService>(ref TService)
AbpComponentBase.LazyGetNonScopedService<TRef>(Type, ref TRef)
AbpComponentBase.CreateLocalizer()
AbpComponentBase.HandleErrorAsync(Exception)
AbpComponentBase.StringLocalizerFactory
AbpComponentBase.L
AbpComponentBase.LocalizationResource
AbpComponentBase.Logger
AbpComponentBase.LoggerFactory
AbpComponentBase.AuthorizationService
AbpComponentBase.CurrentUser
AbpComponentBase.CurrentTenant
AbpComponentBase.Message
AbpComponentBase.Notify
AbpComponentBase.UserExceptionInformer
AbpComponentBase.AlertManager
AbpComponentBase.Clock
AbpComponentBase.Alerts
AbpComponentBase.ObjectMapper
AbpComponentBase.ObjectMapperContext
AbpComponentBase.NonScopedServices
OwningComponentBase.Dispose(bool)
OwningComponentBase.IsDisposed
OwningComponentBase.ScopedServices
ComponentBase.OnInitialized()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.InvokeAsync(Action)
ComponentBase.InvokeAsync(Func<Task>)
ComponentBase.DispatchExceptionAsync(Exception)
ComponentBase.SetParametersAsync(ParameterView)
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Pro.Admin.Blazor.Pages.CmsKit
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
[Authorize("CmsKit.PageFeedback")]
[Route("/Cms/PageFeedbacks")]
public class PageFeedbacksManagement : CmsKitProComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Constructors

PageFeedbacksManagement()

Declaration
public PageFeedbacksManagement()

Fields

BreadcrumbItems

Declaration
protected List<BreadcrumbItem> BreadcrumbItems
Field Value
Type Description
List<BreadcrumbItem>

CurrentPage

Declaration
protected int CurrentPage
Field Value
Type Description
int

EditModal

Declaration
protected Modal EditModal
Field Value
Type Description
Modal

EntityActions

Declaration
protected EntityActionDictionary EntityActions
Field Value
Type Description
EntityActionDictionary

GetListInput

Declaration
protected GetPageFeedbackListInput GetListInput
Field Value
Type Description
GetPageFeedbackListInput

PageFeedbackDtos

Declaration
protected IReadOnlyList<PageFeedbackDto> PageFeedbackDtos
Field Value
Type Description
IReadOnlyList<PageFeedbackDto>

SelectedPageFeedbackDto

Declaration
protected PageFeedbackDto SelectedPageFeedbackDto
Field Value
Type Description
PageFeedbackDto

SettingsModal

Declaration
protected Modal SettingsModal
Field Value
Type Description
Modal

TableColumns

Declaration
protected TableColumnDictionary TableColumns
Field Value
Type Description
TableColumnDictionary

TotalCount

Declaration
protected int? TotalCount
Field Value
Type Description
int?

ViewModal

Declaration
protected Modal ViewModal
Field Value
Type Description
Modal

Properties

DefaultSetting

Declaration
protected UpdatePageFeedbackSettingDto DefaultSetting { get; set; }
Property Value
Type Description
UpdatePageFeedbackSettingDto

EntityTypes

Declaration
protected List<string> EntityTypes { get; set; }
Property Value
Type Description
List<string>

HasDeletePermission

Declaration
public bool HasDeletePermission { get; set; }
Property Value
Type Description
bool

HasSettingsPermission

Declaration
public bool HasSettingsPermission { get; set; }
Property Value
Type Description
bool

HasUpdatePermission

Declaration
public bool HasUpdatePermission { get; set; }
Property Value
Type Description
bool

PageFeedbackAdminAppService

Declaration
[Inject]
protected IPageFeedbackAdminAppService PageFeedbackAdminAppService { get; set; }
Property Value
Type Description
IPageFeedbackAdminAppService

PageFeedbacksManagementTableColumns

Declaration
protected List<TableColumn> PageFeedbacksManagementTableColumns { get; }
Property Value
Type Description
List<TableColumn>

PageSize

Declaration
protected virtual int PageSize { get; }
Property Value
Type Description
int

SearchInput

Declaration
protected PageFeedbacksManagement.SearchViewModel SearchInput { get; set; }
Property Value
Type Description
PageFeedbacksManagement.SearchViewModel

SettingDtos

Declaration
protected List<UpdatePageFeedbackSettingDto> SettingDtos { get; set; }
Property Value
Type Description
List<UpdatePageFeedbackSettingDto>

Toolbar

Declaration
protected PageToolbar Toolbar { get; }
Property Value
Type Description
PageToolbar

Methods

BuildRenderTree(RenderTreeBuilder)

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

CloseEditModalAsync()

Declaration
protected virtual Task CloseEditModalAsync()
Returns
Type Description
Task

CloseSettingsModalAsync()

Declaration
protected virtual Task CloseSettingsModalAsync()
Returns
Type Description
Task

CloseViewModalAsync()

Declaration
protected virtual Task CloseViewModalAsync()
Returns
Type Description
Task

ClosingEditModal(ModalClosingEventArgs)

Declaration
protected virtual Task ClosingEditModal(ModalClosingEventArgs eventArgs)
Parameters
Type Name Description
ModalClosingEventArgs eventArgs
Returns
Type Description
Task

ClosingSettingsModal(ModalClosingEventArgs)

Declaration
protected virtual Task ClosingSettingsModal(ModalClosingEventArgs eventArgs)
Parameters
Type Name Description
ModalClosingEventArgs eventArgs
Returns
Type Description
Task

ClosingViewModal(ModalClosingEventArgs)

Declaration
protected virtual Task ClosingViewModal(ModalClosingEventArgs eventArgs)
Parameters
Type Name Description
ModalClosingEventArgs eventArgs
Returns
Type Description
Task

DeletePageFeedbackAsync(Guid)

Declaration
protected virtual Task DeletePageFeedbackAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

GetPageFeedbacksAsync()

Declaration
protected virtual Task GetPageFeedbacksAsync()
Returns
Type Description
Task

OnAfterRenderAsync(bool)

Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type Name Description
bool firstRender
Returns
Type Description
Task
Overrides
ComponentBase.OnAfterRenderAsync(bool)

OnDataGridReadAsync(DataGridReadDataEventArgs<PageFeedbackDto>)

Declaration
protected virtual Task OnDataGridReadAsync(DataGridReadDataEventArgs<PageFeedbackDto> e)
Parameters
Type Name Description
DataGridReadDataEventArgs<PageFeedbackDto> e
Returns
Type Description
Task

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task
Overrides
ComponentBase.OnInitializedAsync()

OpenEditModalAsync(Guid)

Declaration
protected virtual Task OpenEditModalAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

OpenSettingsModalAsync()

Declaration
protected virtual Task OpenSettingsModalAsync()
Returns
Type Description
Task

OpenViewModalAsync(Guid)

Declaration
protected virtual Task OpenViewModalAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

SearchPageFeedbacksAsync()

Declaration
protected virtual Task SearchPageFeedbacksAsync()
Returns
Type Description
Task

SetBreadcrumbItemsAsync()

Declaration
protected virtual ValueTask SetBreadcrumbItemsAsync()
Returns
Type Description
ValueTask

SetEntityActionsAsync()

Declaration
protected virtual ValueTask SetEntityActionsAsync()
Returns
Type Description
ValueTask

SetPermissionsAsync()

Declaration
protected virtual Task SetPermissionsAsync()
Returns
Type Description
Task

SetTableColumnsAsync()

Declaration
protected virtual ValueTask SetTableColumnsAsync()
Returns
Type Description
ValueTask

SetToolbarItemsAsync()

Declaration
protected virtual ValueTask SetToolbarItemsAsync()
Returns
Type Description
ValueTask

UpdatePageFeedbackAsync()

Declaration
protected virtual Task UpdatePageFeedbackAsync()
Returns
Type Description
Task

UpdateSettingsAsync()

Declaration
protected virtual Task UpdateSettingsAsync()
Returns
Type Description
Task

Implements

IComponent
IHandleEvent
IHandleAfterRender
IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform