Click or drag to resize
PluginBase Methods

The PluginBase type exposes the following members.

Methods
  NameDescription
Public methodBeforeExecute
Executes the plugin with the knowledge that it's executed before an action and that it can cancel that action by returning false.
Protected methodCreateAndDispatchCorrectableMessage
Creates a new correctable message which won't receive choices/step corrections, and which is dispatched directly
Protected methodCreateAndDispatchNormalMessage
Creates a new normal message which is dispatched directly
Protected methodCreateCorrectableMessage
Creates a new correctable message. Use this method to create a message to append corrections to and dispatch at a later point
Public methodDescribe
Describes this plugin. It has to return a filled in PluginDescription object.
Protected methodDispatchCorrectableMessage
Dispatches the correctable message.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Executes the plugin.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetConfigurationControl
Gets the configuration control for this plugin. The control is hosted by the plugin execution form.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLogLineToApplicationOutput(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
Protected methodLogLineToApplicationOutput(String, String, Boolean)
Logs the line passed in to application output using the settings specified, as a non-verbose message
Protected methodLogLineToApplicationOutput(String, String, Boolean, Boolean)
Logs the line passed in to application output using the settings specified
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOpenDockedWindow
Opens the passed in, closed, form as a docked window in the llblgen pro designer.
Protected methodOpenLogViewerWindow
Opens a log viewer window with the node passed in.
Protected methodProgressSubtaskComplete
Makes the progress viewer to advance the subtask progress bar 1 position
Protected methodProgressSubtaskInit
Initializes the subtask progress bar with the number of subtasks to complete
Protected methodProgressSubtaskStart
Makes the progress viewer know that a subtask has started. The description is displayed for the subtask
Protected methodProgressTaskComplete
Makes the progress viewer to advance the task progress bar 1 position
Protected methodProgressTaskInit
Initializes the progress viewer with the number of tasks to complete
Protected methodProgressTaskStart
Makes the progress viewer know that a task has started. The description is displayed for the task
Public methodReset
Resets this instance. All contained collections are cleared.
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
See Also