Table of Contents

Class ExportAction

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

Represents the dictionary export button.

public sealed class ExportAction : GridToolbarAction
Inheritance
ExportAction
Inherited Members

Constructors

ExportAction()

public ExportAction()

Fields

ActionName

public const string ActionName = "export"

Field Value

string

Properties

FileName

[JsonProperty("fileName")]
[Display(Name = "Download File Name")]
public string? FileName { get; set; }

Property Value

string

ProcessOptions

[JsonProperty("processOptions")]
public ProcessOptions ProcessOptions { get; set; }

Property Value

ProcessOptions

Methods

DeepCopy()

public override BasicAction DeepCopy()

Returns

BasicAction