Table of Contents

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

Dictionary<string, object>

IsCustomAction

public override bool IsCustomAction { get; }

Property Value

bool

PluginId

[JsonPropertyName("pluginId")]
public required Guid PluginId { get; init; }

Property Value

Guid

Methods

DeepCopy()

public override BasicAction DeepCopy()

Returns

BasicAction