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
Parameters
IReadOnlyList<Parameter> Parameters { get; }
Property Value
Methods
ToSandboxValues(TEvent)
IReadOnlyList<SandboxValue> ToSandboxValues(TEvent e)
Parameters
eTEvent