Enum definition for the type of a plugin.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax Public Enumeration PluginType
Members
| Member name | Value | Description |
---|
| SingleAndMultiElementPlugin | 0 |
Can work on single and multiple elements
|
| DirectRun | 1 |
Plugin type which is used for add-in style plug-ins. No configuration dialog is shown, the project is passed to the plugin and the plugin is executed.
|
| System | 2 |
Plugin type which is used for event handlers, and which won't show up in the plugin lists in the context menus of various elements in project explorer.
|
See Also