C# Class Automatak.Simulator.DNP3.Components.OutstationDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: automatak/dnp3-simulator Class Usage Examples

Private Properties

Свойство Type Description
CheckState void
InitializeComponent void
OutstationDialog_Load void
buttonADD_Click void
buttonEdit_Click void
buttonNew_Click void
comboBoxTemplate_SelectedIndexChanged void

Méthodes publiques

Méthode Description
OutstationDialog ( IDNP3Config config, IOutstationModule module ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CheckState ( ) : void
InitializeComponent ( ) : void

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

OutstationDialog_Load ( object sender, EventArgs e ) : void
buttonADD_Click ( object sender, EventArgs e ) : void
buttonEdit_Click ( object sender, EventArgs e ) : void
buttonNew_Click ( object sender, EventArgs e ) : void
comboBoxTemplate_SelectedIndexChanged ( 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

OutstationDialog() public méthode

public OutstationDialog ( IDNP3Config config, IOutstationModule module ) : System
config IDNP3Config
module IOutstationModule
Résultat System