C# Class SelfregisterConfigClient.Register

显示文件 Open project: mcorrientes/Web-Security-Toolset

Public Methods

Method Description
Commit ( IDictionary savedState ) : void
Install ( IDictionary stateSaver ) : void
Register ( ) : System
Register_Committed ( object sender, InstallEventArgs e ) : void
Rollback ( IDictionary savedState ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Commit() public method

public Commit ( IDictionary savedState ) : void
savedState IDictionary
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

Install() public method

public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary
return void

Register() public method

public Register ( ) : System
return System

Register_Committed() public method

public Register_Committed ( object sender, InstallEventArgs e ) : void
sender object
e InstallEventArgs
return void

Rollback() public method

public Rollback ( IDictionary savedState ) : void
savedState IDictionary
return void