Table of Contents

Class SaveAction

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

Action to save a DataPanel at a FormView.

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

Constructors

SaveAction()

public SaveAction()

Fields

ActionName

public const string ActionName = "save"

Field Value

string

Properties

EnterKeyBehavior

public FormEnterKey EnterKeyBehavior { get; set; }

Property Value

FormEnterKey

IsSubmit

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

Property Value

bool

Methods

DeepCopy()

public override BasicAction DeepCopy()

Returns

BasicAction