C# Class SecureDeleteMMC.HostControl

Inheritance: System.Windows.Forms.UserControl, IFormViewControl
Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public ActionStateChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

BuildImageIndex() public static méthode

public static BuildImageIndex ( NamespaceSnapInBase snapin ) : void
snapin Microsoft.ManagementConsole.NamespaceSnapInBase
Résultat void

Dispose() protected méthode

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

GetReportListItems() public static méthode

public static GetReportListItems ( ) : SecureDeleteWinForms.Modules.ModuleAction[]
Résultat SecureDeleteWinForms.Modules.ModuleAction[]

HostControl() public méthode

public HostControl ( ) : System
Résultat System

InitInterface() public méthode

public InitInterface ( string moduleName ) : void
moduleName string
Résultat void

Initialize() public méthode

public Initialize ( FormView formView ) : void
formView Microsoft.ManagementConsole.FormView
Résultat void

InitializeComponent() public méthode

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

ModuleChangedHandler() public méthode

public ModuleChangedHandler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void