C# Class ATMLCommonLibrary.controls.instrument.InstrumentListControl

Inheritance: ATMLCommonLibrary.controls.lists.ATMLLibraryListControl, IAtmlActionable
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Свойство Type Description
CallAtmlAction void
ControlsToData void
DataToControls void
InitListView void
InitializeComponent void

Méthodes publiques

Méthode Description
ApplyFilter ( string filterString ) : void
InstrumentListControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

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

InstrumentListControl() public méthode

public InstrumentListControl ( ) : System
Résultat System

LoadList() protected méthode

protected LoadList ( ) : void
Résultat void

OnAtmlObjectAction() protected méthode

protected OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype ) : IAtmlObject
obj IAtmlObject
actiontype AtmlActionType
Résultat IAtmlObject