PluginBase Methods |
The PluginBase type exposes the following members.
| Name | Description | |
|---|---|---|
| BeforeExecute |
Executes the plugin with the knowledge that it's executed before an action and that it can cancel that action by returning false.
| |
| CreateAndDispatchCorrectableMessage |
Creates a new correctable message which won't receive choices/step corrections, and which is dispatched directly
| |
| CreateAndDispatchNormalMessage |
Creates a new normal message which is dispatched directly
| |
| CreateCorrectableMessage |
Creates a new correctable message. Use this method to create a message to append corrections to and dispatch at a later point
| |
| Describe |
Describes this plugin. It has to return a filled in PluginDescription object.
| |
| DispatchCorrectableMessage |
Dispatches the correctable message.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Execute |
Executes the plugin.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetConfigurationControl |
Gets the configuration control for this plugin. The control is hosted by the plugin execution form.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LogLineToApplicationOutput(String, String) |
Logs the line passed in to application output using the settings specified, as a non-verbose message and appends a newline to the line logged
| |
| LogLineToApplicationOutput(String, String, Boolean) |
Logs the line passed in to application output using the settings specified, as a non-verbose message
| |
| LogLineToApplicationOutput(String, String, Boolean, Boolean) |
Logs the line passed in to application output using the settings specified
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OpenDockedWindow |
Opens the passed in, closed, form as a docked window in the llblgen pro designer.
| |
| OpenLogViewerWindow |
Opens a log viewer window with the node passed in.
| |
| ProgressSubtaskComplete |
Makes the progress viewer to advance the subtask progress bar 1 position
| |
| ProgressSubtaskInit |
Initializes the subtask progress bar with the number of subtasks to complete
| |
| ProgressSubtaskStart |
Makes the progress viewer know that a subtask has started. The description is displayed for the subtask
| |
| ProgressTaskComplete |
Makes the progress viewer to advance the task progress bar 1 position
| |
| ProgressTaskInit |
Initializes the progress viewer with the number of tasks to complete
| |
| ProgressTaskStart |
Makes the progress viewer know that a task has started. The description is displayed for the task
| |
| Reset |
Resets this instance. All contained collections are cleared.
| |
| ToString | (Overrides ObjectToString.) |