Class EventEnginePluginAttribute
Attribute for EventEngine plugins, implementing the IEventEngine interface
Inherited Members
Namespace: SuperOffice.Events
Assembly: SuperOffice.Plugins.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class EventEnginePluginAttribute : PluginAttribute
Constructors
EventEnginePluginAttribute(string)
Attribute for EventEngine plugins, implementing the IEventEngine interface
Declaration
public EventEnginePluginAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Plugin name, arbitrary string |