Class EntityAction
Assembly: Volo.Abp.AspNetCore.Components.Web.dll
Syntax
public class EntityAction : IEquatable<EntityAction>
Constructors
EntityAction()
Declaration
Properties
Clicked
Declaration
public Func<object, Task> Clicked { get; set; }
Property Value
Color
Declaration
public object? Color { get; set; }
Property Value
ConfirmationMessage
Declaration
public Func<object, string>? ConfirmationMessage { get; set; }
Property Value
Disabled
Declaration
public bool Disabled { get; set; }
Property Value
Icon
Declaration
public string? Icon { get; set; }
Property Value
Primary
Declaration
public bool Primary { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Visible
Declaration
public Func<object, bool>? Visible { get; set; }
Property Value
Methods
Equals(EntityAction?)
Declaration
public bool Equals(EntityAction? other)
Parameters
Returns
Implements
Extension Methods