Table of Contents

Class DeleteAction

Namespace
JJMasterData.Core.DataDictionary.Models.Actions
Assembly
JJMasterData.Core.dll

Represents the default delete action of a data dictionary

public sealed class DeleteAction : GridTableAction, ISubmittableAction
Inheritance
DeleteAction
Implements
Inherited Members

Constructors

DeleteAction()

public DeleteAction()

Fields

ActionName

Default action name

public const string ActionName = "delete"

Field Value

string

Properties

IsSubmit

[Display(Name = "Is Submit")]
public bool IsSubmit { get; set; }

Property Value

bool

Methods

DeepCopy()

public override BasicAction DeepCopy()

Returns

BasicAction