Method | Description | |
---|---|---|
ActionEditor ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ActionList_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
AddAction ( IAction action ) : void | ||
CreateListItem ( IAction action ) : ListViewItem | ||
DownButton_Click_1 ( object sender, EventArgs e ) : void | ||
GetEditor ( ActionEditorType type ) : IActionEditor | ||
GetItemByAction ( IAction action ) : ListViewItem | ||
HandleActionNumberAndSelection ( ) : void | ||
HideEditorHost ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
IsCustomAction ( IAction action ) : bool | ||
LoadCustomActionEditor ( IAction action ) : void | ||
LoadEditors ( ) : void | ||
LoadMailActionEditor ( IAction action ) : void | ||
LoadPowerShellActionEditor ( IAction action ) : void | ||
LoadSelectedTemplate ( ) : void | ||
LoadTemplateButton_Click_1 ( object sender, EventArgs e ) : void | ||
LoadTemplates ( ) : void | ||
MoveActionDown ( ) : void | ||
MoveActionUp ( ) : void | ||
OnActionStatusChanged ( object sender, EventArgs e ) : void | ||
PopulateList ( ) : void | ||
RemoveAction ( ListViewItem action ) : void | ||
RemoveAllActions ( ) : void | ||
RemoveAllTemplates ( ) : void | ||
RemoveButton_ButtonClick ( object sender, EventArgs e ) : void | ||
RemoveDisabledActions ( ) : void | ||
RemoveSelectedActions ( ) : void | ||
RemoveSelectedTemplate ( ) : void | ||
SaveTemplate ( ) : void | ||
SaveTemplateButton_Click ( object sender, EventArgs e ) : void | ||
SetEditorHostSize ( IActionEditor editor ) : void | ||
ShowEditorHost ( ) : void | ||
TemplateList_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
TemplateList_SelectedIndexChanged_1 ( object sender, EventArgs e ) : void | ||
UpButton_Click_1 ( object sender, EventArgs e ) : void | ||
UpdateAction ( IAction action, ListViewItem item ) : void | ||
UpdateActionPanel ( IAction action ) : void | ||
UpdateListviewItem ( ListViewItem item ) : void | ||
customActionToolStripMenuItem_Click_2 ( object sender, EventArgs e ) : void | ||
deleteAllTemplatesToolStripMenuItem_Click_1 ( object sender, EventArgs e ) : void | ||
deleteSelectedToolStripMenuItem_Click_1 ( object sender, EventArgs e ) : void | ||
logoffToolStripMenuItem_Click_2 ( object sender, EventArgs e ) : void | ||
powershellScriptToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
removeAllToolStripMenuItem_Click_1 ( object sender, EventArgs e ) : void | ||
removeDisabledActionsToolStripMenuItem_Click_1 ( object sender, EventArgs e ) : void | ||
removeSelectedToolStripMenuItem_Click_1 ( object sender, EventArgs e ) : void | ||
restartToolStripMenuItem_Click_2 ( object sender, EventArgs e ) : void | ||
sendMailToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
sendMailToolStripMenuItem_Click_1 ( object sender, EventArgs e ) : void | ||
shutdownToolStripMenuItem_Click_2 ( object sender, EventArgs e ) : void | ||
toolStripSplitButton1_ButtonClick ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |