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 |
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 |
Method | Description | |
---|---|---|
ClearAllMI_Click ( object sender, |
||
DeleteMI_Click ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
public Add ( PerformanceTestResult result ) : void | ||
result | PerformanceTestResult | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void | ||
clickedItem | System.Windows.Forms.ListViewItem | |
return | void |
public GetResults ( ) : Opc.Ua.Sample.Controls.PerformanceTestResult[] | ||
return | Opc.Ua.Sample.Controls.PerformanceTestResult[] |
public PerformanceResultsListCtrl ( ) : System | ||
return | System |
protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void | ||
listItem | System.Windows.Forms.ListViewItem | |
item | object | |
return | void |