Show / Hide Table of Contents

Class TextTemplateManagement

Inheritance
object
ComponentBase
OwningComponentBase
AbpComponentBase
TextTemplateManagementComponentBase
TextTemplateManagement
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.Abp.TextTemplateManagement.Blazor.Pages.TextTemplateManagement
Assembly: Volo.Abp.TextTemplateManagement.Blazor.dll
Syntax
[Authorize("TextTemplateManagement.TextTemplates")]
[Route("/text-templates")]
public class TextTemplateManagement : TextTemplateManagementComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Constructors

TextTemplateManagement()

Declaration
public TextTemplateManagement()

Fields

BreadcrumbItems

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

CurrentPage

Declaration
protected int CurrentPage
Field Value
Type Description
int

CurrentSorting

Declaration
protected string CurrentSorting
Field Value
Type Description
string

EntityActionsColumn

Declaration
protected DataGridEntityActionsColumn<TemplateDefinitionDto> EntityActionsColumn
Field Value
Type Description
DataGridEntityActionsColumn<TemplateDefinitionDto>

GetListInput

Declaration
protected TextTemplateFilterModel GetListInput
Field Value
Type Description
TextTemplateFilterModel

HasUpdatePermission

Declaration
protected bool HasUpdatePermission
Field Value
Type Description
bool

TemplateDefinitions

Declaration
protected IReadOnlyList<TemplateDefinitionDto> TemplateDefinitions
Field Value
Type Description
IReadOnlyList<TemplateDefinitionDto>

TotalCount

Declaration
protected int? TotalCount
Field Value
Type Description
int?

UpdatePolicyName

Declaration
protected string UpdatePolicyName
Field Value
Type Description
string

Properties

EntityActions

Declaration
protected EntityActionDictionary EntityActions { get; }
Property Value
Type Description
EntityActionDictionary

NavigationManager

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

PageSize

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

TableColumns

Declaration
protected TableColumnDictionary TableColumns { get; }
Property Value
Type Description
TableColumnDictionary

TemplateContentAppService

Declaration
[Inject]
protected ITemplateContentAppService TemplateContentAppService { get; set; }
Property Value
Type Description
ITemplateContentAppService

TemplateDefinitionAppService

Declaration
[Inject]
protected ITemplateDefinitionAppService TemplateDefinitionAppService { get; set; }
Property Value
Type Description
ITemplateDefinitionAppService

TextTemplateManagementTableColumns

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

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)

CreateGetTemplateDefinitionListInputAsync()

Declaration
protected virtual Task<GetTemplateDefinitionListInput> CreateGetTemplateDefinitionListInputAsync()
Returns
Type Description
Task<GetTemplateDefinitionListInput>

FilterChangedAsync(string)

Declaration
protected virtual Task FilterChangedAsync(string filter)
Parameters
Type Name Description
string filter
Returns
Type Description
Task

GetEntitiesAsync()

Declaration
protected virtual Task GetEntitiesAsync()
Returns
Type Description
Task

NavigateToEdit(TemplateDefinitionDto)

Declaration
protected virtual void NavigateToEdit(TemplateDefinitionDto templateDefinition)
Parameters
Type Name Description
TemplateDefinitionDto templateDefinition

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<TemplateDefinitionDto>)

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

OnInitializedAsync()

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

SearchEntitiesAsync()

Declaration
protected virtual Task SearchEntitiesAsync()
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

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