C# Class ShootBlues.Script.JabberGatewayConfig

Inheritance: TaskUserControl, IConfigurationPanel
Afficher le fichier Open project: kg/shootbluesscripts Class Usage Examples

Méthodes publiques

Méthode Description
JabberGatewayConfig ( JabberGateway script ) : System
LoadConfiguration ( ) : IEnumerator
SaveConfiguration ( ) : IEnumerator

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddNew_Click ( object sender, EventArgs e ) : void
EditEndpoint ( string endpointName ) : IEnumerator
Edit_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

List_DoubleClick ( object sender, EventArgs e ) : void
List_SelectedIndexChanged ( object sender, EventArgs e ) : void
RemoveEndpoint ( string endpointName ) : IEnumerator
Remove_Click ( object sender, EventArgs e ) : void
SaveEndpoint ( EndpointSettings settings ) : IEnumerator
TestEndpoint_Click ( object sender, EventArgs e ) : void

Method Details

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

JabberGatewayConfig() public méthode

public JabberGatewayConfig ( JabberGateway script ) : System
script JabberGateway
Résultat System

LoadConfiguration() public méthode

public LoadConfiguration ( ) : IEnumerator
Résultat IEnumerator

SaveConfiguration() public méthode

public SaveConfiguration ( ) : IEnumerator
Résultat IEnumerator