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

Inheritance: Opc.Ua.Client.Controls.BaseListCtrl
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method 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

Protected Methods

Method 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

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

Adds a result to the control.
public Add ( PerformanceTestResult result ) : void
result PerformanceTestResult
return void

Clear() public method

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

EnableMenuItems() protected method

protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
return void

GetResults() public method

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

PerformanceResultsListCtrl() public method

public PerformanceResultsListCtrl ( ) : System
return System

PickItems() protected method

protected PickItems ( ) : void
return void

UpdateItem() protected method

protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void
listItem System.Windows.Forms.ListViewItem
item object
return void