C# 클래스 SecureDeleteMMC.HostControl

상속: System.Windows.Forms.UserControl, IFormViewControl
파일 보기 프로젝트 열기: gratianlup/SecureDelete

공개 메소드들

메소드 설명
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