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

Afficher le fichier Open project: automatak/dnp3-simulator

Méthodes publiques

Méthode Description
CheckState ( ) : void
GetRecords ( ) : IEnumerable
SetRecords ( IEnumerable records ) : void
TemplateControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CreateItem ( int index, PointClass pc ) : ListViewItem
InitializeComponent ( ) : void

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

buttonClear_Click ( object sender, EventArgs e ) : void
buttonEdit_Click ( object sender, EventArgs e ) : void
listViewMeas_SelectedIndexChanged ( object sender, EventArgs e ) : void
numericUpDownCount_ValueChanged ( object sender, EventArgs e ) : void

Method Details

CheckState() public méthode

public CheckState ( ) : void
Résultat void

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

GetRecords() public méthode

public GetRecords ( ) : IEnumerable
Résultat IEnumerable

SetRecords() public méthode

public SetRecords ( IEnumerable records ) : void
records IEnumerable
Résultat void

TemplateControl() public méthode

public TemplateControl ( ) : System
Résultat System