Table of Contents

Class HtmlTemplateAction

Namespace
JJMasterData.Core.DataDictionary.Models.Actions
Assembly
JJMasterData.Core.dll
public sealed class HtmlTemplateAction : BasicAction
Inheritance
HtmlTemplateAction
Inherited Members

Constructors

HtmlTemplateAction()

public HtmlTemplateAction()

Properties

HtmlTemplate

[JsonPropertyName("htmlTemplate")]
[Display(Name = "HTML Template")]
public string HtmlTemplate { get; set; }

Property Value

string

IsCustomAction

[JsonIgnore]
public override bool IsCustomAction { get; }

Property Value

bool

SqlCommand

[JsonPropertyName("sqlCommand")]
[Display(Name = "SQL Command")]
public string SqlCommand { get; set; }

Property Value

string

Methods

DeepCopy()

public override BasicAction DeepCopy()

Returns

BasicAction