Click or drag to resize
PluginType Enumeration
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.3.0.0 (5.3.0)
Syntax
public enum PluginType
Members
  Member nameValueDescription
SingleAndMultiElementPlugin0 Can work on single and multiple elements
DirectRun1 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.
System2 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