Class GridTableActionList
- Namespace
- JJMasterData.Core.DataDictionary.Models.Actions
- Assembly
- JJMasterData.Core.dll
public sealed class GridTableActionList : FormElementActionList, IList<BasicAction>, ICollection<BasicAction>, IEnumerable<BasicAction>, IEnumerable
- Inheritance
-
GridTableActionList
- Implements
- Inherited Members
Constructors
GridTableActionList()
public GridTableActionList()
Properties
DeleteAction
[JsonPropertyName("deleteAction")]
public DeleteAction DeleteAction { get; set; }
Property Value
EditAction
[JsonPropertyName("editAction")]
public EditAction EditAction { get; set; }
Property Value
ViewAction
[JsonPropertyName("viewAction")]
public ViewAction ViewAction { get; set; }
Property Value
Methods
DeepCopy()
public GridTableActionList DeepCopy()