Class HtmlTemplateAction
- Namespace
- JJMasterData.Core.DataDictionary.Models.Actions
- Assembly
- JJMasterData.Core.dll
public sealed class HtmlTemplateAction : UserCreatedAction
- Inheritance
-
HtmlTemplateAction
- Inherited Members
Constructors
HtmlTemplateAction()
public HtmlTemplateAction()
Properties
HtmlTemplate
[JsonProperty("htmlTemplate")]
[Display(Name = "HTML Template")]
public string HtmlTemplate { get; set; }
Property Value
SqlCommand
[JsonProperty("sqlCommand")]
[Display(Name = "SQL Command")]
public string SqlCommand { get; set; }
Property Value
Methods
DeepCopy()
public override BasicAction DeepCopy()