C# Класс SecureDeleteMMC.HostControl

Наследование: System.Windows.Forms.UserControl, IFormViewControl
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

ActionStateChanged() публичный Метод

public ActionStateChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

BuildImageIndex() публичный статический Метод

public static BuildImageIndex ( NamespaceSnapInBase snapin ) : void
snapin Microsoft.ManagementConsole.NamespaceSnapInBase
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GetReportListItems() публичный статический Метод

public static GetReportListItems ( ) : SecureDeleteWinForms.Modules.ModuleAction[]
Результат SecureDeleteWinForms.Modules.ModuleAction[]

HostControl() публичный Метод

public HostControl ( ) : System
Результат System

InitInterface() публичный Метод

public InitInterface ( string moduleName ) : void
moduleName string
Результат void

Initialize() публичный Метод

public Initialize ( FormView formView ) : void
formView Microsoft.ManagementConsole.FormView
Результат void

InitializeComponent() публичный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
public InitializeComponent ( ) : void
Результат void

ModuleChangedHandler() публичный Метод

public ModuleChangedHandler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void