Table of Contents

Interface IPluginHandler

Namespace
JJMasterData.Core.DataDictionary.Models.Actions
Assembly
JJMasterData.Core.dll
public interface IPluginHandler

Properties

ConfigurationFields

Optional additional parameters keys of the action at runtime. Examples: Procedure names, URLs, API keys

IEnumerable<PluginConfigurationField>? ConfigurationFields { get; }

Property Value

IEnumerable<PluginConfigurationField>

Id

Unique identifier of the plugin.

Guid Id { get; }

Property Value

Guid

Title

string Title { get; }

Property Value

string