Class PluginAction
- Namespace
- JJMasterData.Core.DataDictionary.Models.Actions
- Assembly
- JJMasterData.Core.dll
public class PluginAction : BasicAction
- Inheritance
-
PluginAction
- Derived
- Inherited Members
Constructors
PluginAction()
public PluginAction()
Properties
ConfigurationMap
[JsonPropertyName("configurationMap")]
[JsonConverter(typeof(DictionaryStringObjectJsonConverter))]
[JsonInclude]
public Dictionary<string, object?> ConfigurationMap { get; protected set; }
Property Value
IsCustomAction
public override bool IsCustomAction { get; }
Property Value
PluginId
[JsonPropertyName("pluginId")]
public required Guid PluginId { get; init; }
Property Value
Methods
DeepCopy()
public override BasicAction DeepCopy()