C# Class Opc.Ua.Sample.Controls.PerformanceResultsListCtrl

Inheritance: Opc.Ua.Client.Controls.BaseListCtrl
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
Add ( PerformanceTestResult result ) : void

Adds a result to the control.

Clear ( ) : void

Clears all results in the control.

GetResults ( ) : Opc.Ua.Sample.Controls.PerformanceTestResult[]

Returns all results in the control.

PerformanceResultsListCtrl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
PickItems ( ) : void
UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void

Private Methods

Méthode Description
ClearAllMI_Click ( object sender, EventArgs e ) : void
DeleteMI_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Method Details

Add() public méthode

Adds a result to the control.
public Add ( PerformanceTestResult result ) : void
result PerformanceTestResult
Résultat void

Clear() public méthode

Clears all results in the control.
public Clear ( ) : 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

EnableMenuItems() protected méthode

protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
Résultat void

GetResults() public méthode

Returns all results in the control.
public GetResults ( ) : Opc.Ua.Sample.Controls.PerformanceTestResult[]
Résultat Opc.Ua.Sample.Controls.PerformanceTestResult[]

PerformanceResultsListCtrl() public méthode

public PerformanceResultsListCtrl ( ) : System
Résultat System

PickItems() protected méthode

protected PickItems ( ) : void
Résultat void

UpdateItem() protected méthode

protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void
listItem System.Windows.Forms.ListViewItem
item object
Résultat void