C# Class ATMLCommonLibrary.controls.instrument.InstrumentListControl

Inheritance: ATMLCommonLibrary.controls.lists.ATMLLibraryListControl, IAtmlActionable
Show file Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Property Type Description
CallAtmlAction void
ControlsToData void
DataToControls void
InitListView void
InitializeComponent void

Public Methods

Method Description
ApplyFilter ( string filterString ) : void
InstrumentListControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

LoadList ( ) : void
OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype ) : IAtmlObject

Private Methods

Method Description
CallAtmlAction ( object o, AtmlActionType type ) : void
ControlsToData ( ) : void
DataToControls ( ) : void
InitListView ( ) : void
InitializeComponent ( ) : void

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

Method Details

ApplyFilter() public method

public ApplyFilter ( string filterString ) : void
filterString string
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

InstrumentListControl() public method

public InstrumentListControl ( ) : System
return System

LoadList() protected method

protected LoadList ( ) : void
return void

OnAtmlObjectAction() protected method

protected OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype ) : IAtmlObject
obj IAtmlObject
actiontype AtmlActionType
return IAtmlObject