Table of Contents

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

DeleteAction

EditAction

[JsonPropertyName("editAction")]
public EditAction EditAction { get; set; }

Property Value

EditAction

ViewAction

[JsonPropertyName("viewAction")]
public ViewAction ViewAction { get; set; }

Property Value

ViewAction

Methods

DeepCopy()

public GridTableActionList DeepCopy()

Returns

GridTableActionList