Table of Contents

Class BackAction

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

Action to return to the Grid at PageState.View or close the edit mode at a relationship.

public sealed class BackAction : FormToolbarAction, ISubmittableAction
Inheritance
BackAction
Implements
Inherited Members

Constructors

BackAction()

public BackAction()

Fields

ActionName

public const string ActionName = "back"

Field Value

string

Properties

IsSubmit

public bool IsSubmit { get; set; }

Property Value

bool

Methods

DeepCopy()

public override BasicAction DeepCopy()

Returns

BasicAction