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

Show file Open project: automatak/dnp3-simulator

Public Methods

Method Description
CheckState ( ) : void
GetRecords ( ) : IEnumerable
SetRecords ( IEnumerable records ) : void
TemplateControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public CheckState ( ) : void
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

GetRecords() public method

public GetRecords ( ) : IEnumerable
return IEnumerable

SetRecords() public method

public SetRecords ( IEnumerable records ) : void
records IEnumerable
return void

TemplateControl() public method

public TemplateControl ( ) : System
return System