Click or drag to resize

BaseJobElement Methods

The BaseJobElement type exposes the following members.

Methods
 NameDescription
Public methodCompareWith 
Public methodCopyFrom Copies the source job element into this job element.
Public methodDispose
(Inherited from BasePlugin)
Protected methodDispose(Boolean)
(Inherited from BasePlugin)
Public methodDisposeUI
(Overrides BasePluginDisposeUI(PluginSettingsView))
Protected methodDoCompareWith 
Protected methodDoDisposeUI
(Inherited from BasePlugin)
Protected methodDoGetUIMask 
Protected methodDoShowUI(String)
(Overrides BasePluginDoShowUI(String))
Protected methodDoShowUI(JobElementHolder, String) 
Protected methodDoShowUI(JobElementHolder, String, PropertyMask) 
Protected methodDoShowUICallback(PluginSettingsView) This callback method is called when a GUI settings dialog is closed with Apply or OK and is used to extract the changed properties from a settings dialog in the GUI.
(Overrides BasePluginDoShowUICallback(PluginSettingsView))
Protected methodDoShowUICallback(JobElementHolder, PluginSettingsView) This callback method is called when a GUI settings dialog is closed with Apply or OK and is used to extract the changed properties from a settings dialog in the GUI.
Protected methodGenerateLocalTag 
Public methodGetUIMask 
Public methodHandleConditionPortChanged Performs necessary adjustments whenever the controller has updated its ports.
Public methodInitialize Plug-in specific initialization can be done here if necessary.
(Inherited from BasePlugin)
Public methodShowUI(String)
(Overrides BasePluginShowUI(String))
Public methodShowUI(JobElementHolder, String) 
Public methodShowUI(JobElementHolder, String, PropertyMask) 
Public methodShowUICallback(PluginSettingsView)
(Overrides BasePluginShowUICallback(PluginSettingsView))
Public methodShowUICallback(JobElementHolder, PluginSettingsView) 
Public methodShowUICancelCallback(PluginSettingsView) Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button
(Inherited from BasePlugin)
Public methodShowUICancelCallback(JobElementHolder, PluginSettingsView) 
Public methodToString
(Inherited from BasePlugin)
Protected methodUpdateFieldT Updates the Property to the value by using DirtyFlagLocker and setting IsDirty .
Top
See Also