Table of Contents

Interface IPluginEventAdapter<TEvent>

Namespace
DotBoxD.Abstractions
Assembly
DotBoxD.Abstractions.dll
public interface IPluginEventAdapter<in TEvent>

Type Parameters

TEvent

Properties

EventName

string EventName { get; }

Property Value

string

Parameters

IReadOnlyList<Parameter> Parameters { get; }

Property Value

IReadOnlyList<Parameter>

Methods

ToSandboxValues(TEvent)

IReadOnlyList<SandboxValue> ToSandboxValues(TEvent e)

Parameters

e TEvent

Returns

IReadOnlyList<SandboxValue>