C# Class SIEGate.ServiceInstall

Show file Open project: GridProtectionAlliance/SIEGate

Public Methods

Method Description
ServiceInstall ( ) : System.ComponentModel

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnSystemSettingsLoaded ( XmlDocument configurationFile, XmlNode systemSettingsNode ) : void

Private Methods

Method Description
CreateAttribute ( XmlDocument doc, string name, string value ) : XmlAttribute
InitializeComponent ( ) : void

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

Method Details

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

OnSystemSettingsLoaded() protected method

protected OnSystemSettingsLoaded ( XmlDocument configurationFile, XmlNode systemSettingsNode ) : void
configurationFile XmlDocument
systemSettingsNode XmlNode
return void

ServiceInstall() public method

public ServiceInstall ( ) : System.ComponentModel
return System.ComponentModel