PluginBase Properties |
The PluginBase type exposes the following members.
Name | Description | |
---|---|---|
Callbacks |
Sets the callbacks hashtable. Callbacks are used to produce a progress bar for example.
| |
ConfigurationSettings |
Gets / sets LLBLGen Pro configurationSettings for the plugin to use.
| |
Entities |
Gets / sets entities to use.
| |
ExecutionResult |
Gets the execution result of the Execution method. TargetValue and ExecutionResult are two variables used for plugins without an interface which have
to process data for the designer. ExecutionResult is also used if a return value is expected from the plugin.
| |
FullPathPluginRootFolder |
Gets / sets FullPathPluginRootFolder. This path is useful for the plugin to read/write settings.
| |
Preferences |
Gets / sets the LLBLGen Pro preferences of the current user.
| |
ProjectToTarget |
Gets / sets the project to target
| |
RootDocuments |
Gets or sets the root derived elements to use.
| |
SPCalls |
Gets / sets SPCalls to use
| |
TargetValue |
Gets or sets the target value of the plugin. Set this property if the plugin has to work on something else than project elements like entities, typedlists
and the like.
| |
TvfCalls |
Gets or sets the TVF calls to use
| |
TypedLists |
Gets / sets typedLists to use
| |
TypedViews |
Gets / sets typedViews to use
| |
ValueTypes |
Gets / sets Valuetypes to use
|