Table of Contents

Class PluginActionContext

Namespace
JJMasterData.Core.DataDictionary.Models.Actions
Assembly
JJMasterData.Core.dll
public class PluginActionContext
Inheritance
PluginActionContext
Derived
Inherited Members

Properties

ActionContext

public required ActionContext ActionContext { get; init; }

Property Value

ActionContext

ConfigurationMap

public required Dictionary<string, object?> ConfigurationMap { get; init; }

Property Value

Dictionary<string, object>

SecretValues

public Dictionary<string, object?> SecretValues { get; }

Property Value

Dictionary<string, object>

Values

public Dictionary<string, object?> Values { get; }

Property Value

Dictionary<string, object>