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
Properties
EnterKeyBehavior
public FormEnterKey EnterKeyBehavior { get; set; }
Property Value
IsSubmit
[JsonProperty("isSubmit")]
[Display(Name = "Is Submit")]
public bool IsSubmit { get; set; }
Property Value
Methods
DeepCopy()
public override BasicAction DeepCopy()