Show / Hide Table of Contents

Class EntityActions<TItem>

Inheritance
object
ComponentBase
EntityActions<TItem>
Implements
IComponent
IHandleEvent
IHandleAfterRender
Inherited Members
ComponentBase.OnInitializedAsync()
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.BlazoriseUI.Components
Assembly: Volo.Abp.BlazoriseUI.dll
Syntax
public class EntityActions<TItem> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Type Parameters
Name Description
TItem

Constructors

EntityActions()

Declaration
public EntityActions()

Fields

Actions

Declaration
protected readonly List<EntityAction<TItem>> Actions
Field Value
Type Description
List<EntityAction<TItem>>

Properties

ChildContent

Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Type Description
RenderFragment

Disabled

Declaration
[Parameter]
public bool Disabled { get; set; }
Property Value
Type Description
bool

EntityActionsColumn

Declaration
[Parameter]
public DataGridEntityActionsColumn<TItem> EntityActionsColumn { get; set; }
Property Value
Type Description
DataGridEntityActionsColumn<TItem>

HasPrimaryAction

Declaration
protected bool HasPrimaryAction { get; }
Property Value
Type Description
bool

ParentEntityActionsColumn

Declaration
[CascadingParameter]
public DataGridEntityActionsColumn<TItem>? ParentEntityActionsColumn { get; set; }
Property Value
Type Description
DataGridEntityActionsColumn<TItem>

PrimaryAction

Declaration
protected EntityAction<TItem>? PrimaryAction { get; }
Property Value
Type Description
EntityAction<TItem>

ToggleColor

Declaration
[Parameter]
public Color ToggleColor { get; set; }
Property Value
Type Description
Color

ToggleText

Declaration
[Parameter]
public string? ToggleText { get; set; }
Property Value
Type Description
string

Type

Declaration
[Parameter]
public ActionType Type { get; set; }
Property Value
Type Description
ActionType

UiLocalizer

Declaration
[Inject]
public IStringLocalizer<AbpUiResource> UiLocalizer { get; set; }
Property Value
Type Description
IStringLocalizer<AbpUiResource>

Methods

BuildRenderTree(RenderTreeBuilder)

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

OnAfterRenderAsync(bool)

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

OnInitialized()

Declaration
protected override void OnInitialized()
Overrides
ComponentBase.OnInitialized()

Implements

IComponent
IHandleEvent
IHandleAfterRender

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