The DialogAutomation type exposes the following members.
Methods | Name | Description |
---|
 | CompareWith | (Inherited from BaseJobElement) |
 | CopyFrom |
Copies the source job element into this job element.
(Inherited from BaseJobElement) |
 | Dispose | (Inherited from BasePlugin) |
 | Dispose(Boolean) | (Inherited from BasePlugin) |
 | DisposeUI | (Inherited from BaseJobElement) |
 | DoCompareWith | (Inherited from BaseJobElement) |
 | DoDisposeUI | (Inherited from BasePlugin) |
 | DoGetUIMask | (Inherited from BaseJobElement) |
 | DoShowUI(String) | (Inherited from BaseJobElement) |
 | DoShowUI(JobElementHolder, String) | (Overrides BaseJobElementDoShowUI(JobElementHolder, String)) |
 | DoShowUI(JobElementHolder, String, PropertyMask) | (Inherited from BaseJobElement) |
 | DoShowUICallback(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.
(Inherited from BaseJobElement) |
 | DoShowUICallback(JobElementHolder, PluginSettingsView) | (Overrides BaseJobElementDoShowUICallback(JobElementHolder, PluginSettingsView)) |
 | Execute | (Overrides BaseAutomationJobElementTExecute(JobElementHolder)) |
 | GenerateLocalTag | (Inherited from BaseJobElement) |
 | GetUIMask | (Inherited from BaseJobElement) |
 | HandleConditionPortChanged |
Performs necessary adjustments whenever the controller has updated its ports.
(Inherited from BaseJobElement) |
 | Initialize | (Overrides BasePluginInitialize) |
 | ShowUI(String) | (Inherited from BaseJobElement) |
 | ShowUI(JobElementHolder, String) | (Inherited from BaseJobElement) |
 | ShowUI(JobElementHolder, String, PropertyMask) | (Inherited from BaseAutomationJobElementT) |
 | ShowUICallback(PluginSettingsView) | (Inherited from BaseJobElement) |
 | ShowUICallback(JobElementHolder, PluginSettingsView) | (Inherited from BaseAutomationJobElementT) |
 | ShowUICancelCallback(PluginSettingsView) |
Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button
(Inherited from BasePlugin) |
 | ShowUICancelCallback(JobElementHolder, PluginSettingsView) | (Inherited from BaseJobElement) |
 | ToString | (Inherited from BasePlugin) |
 | UpdateFieldT |
Updates the Property to the value by using DirtyFlagLocker and setting IsDirty .
(Inherited from BaseJobElement) |
Top
See Also