Click or drag to resize
PluginTargetType Enumeration
Enum for the target type of a plugin. A plugin can target more than one type. The values reported by the plugin are used to show the plugin in a context menu or not.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
[FlagsAttribute]
public enum PluginTargetType
Members
  Member nameValueDescription
None0 Doesn't work on anything (disables plugin)
Entity1 Works on entities
TypedList2 Works on typed lists
TypedView4 Works on typed views
SPCall8 Works on stored procedure calls
ValueType16 Works on value types
Project32 Works on the project definition
Object64 Works on an object in the context in which the plugin is executed. Caller and plugin know what Object is. This targettype is used for plugins which process data without a UI, e.g. plugins which are bound to a designer event which wants an external plugin to process data.
Group128 Works on a group inside a project.
TvfCall256 Works on table valued function calls.
RootDocument512 Works on root documents
EntityModel1024
DerivedModel2048
See Also