Interface IPluginEventAdapter<TEvent>
Namespace: DotBoxD.Abstractions
Assembly: DotBoxD.Abstractions.dll
public interface IPluginEventAdapter<in TEvent>Type Parameters
Section titled “Type Parameters”TEvent
Properties
Section titled “Properties”EventName
Section titled “ EventName”string EventName { get; }Property Value
Section titled “Property Value”Parameters
Section titled “ Parameters”IReadOnlyList<Parameter> Parameters { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”ToSandboxValues(TEvent)
Section titled “ ToSandboxValues(TEvent)”IReadOnlyList<SandboxValue> ToSandboxValues(TEvent e)Parameters
Section titled “Parameters”e TEvent