C# Class SecureDeleteMMC.HostControl

Inheritance: System.Windows.Forms.UserControl, IFormViewControl
Mostra file Open project: gratianlup/SecureDelete

Public Methods

Method Description
ActionStateChanged ( object sender, EventArgs e ) : void
BuildImageIndex ( NamespaceSnapInBase snapin ) : void
GetReportListItems ( ) : SecureDeleteWinForms.Modules.ModuleAction[]
HostControl ( ) : System
InitInterface ( string moduleName ) : void
Initialize ( FormView formView ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ModuleChangedHandler ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ActionTriggeredHandler ( object sender, ActionEventArgs e ) : void
AddAction ( ModuleAction moduleAction, string name ) : void
HandleReportModule ( ) : void
HandleScheduleModule ( ) : void
HandleWipeModule ( ) : void
TryAddAction ( string name, string displayName, ModuleAction>.Dictionary actions ) : void
UpdateAction ( Microsoft action, ModuleAction moduleAction ) : void

Method Details

ActionStateChanged() public method

public ActionStateChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

BuildImageIndex() public static method

public static BuildImageIndex ( NamespaceSnapInBase snapin ) : void
snapin Microsoft.ManagementConsole.NamespaceSnapInBase
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetReportListItems() public static method

public static GetReportListItems ( ) : SecureDeleteWinForms.Modules.ModuleAction[]
return SecureDeleteWinForms.Modules.ModuleAction[]

HostControl() public method

public HostControl ( ) : System
return System

InitInterface() public method

public InitInterface ( string moduleName ) : void
moduleName string
return void

Initialize() public method

public Initialize ( FormView formView ) : void
formView Microsoft.ManagementConsole.FormView
return void

InitializeComponent() public method

Required method for Designer support - do not modify the contents of this method with the code editor.
public InitializeComponent ( ) : void
return void

ModuleChangedHandler() public method

public ModuleChangedHandler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void