C# 클래스 Opc.Ua.Sample.Controls.PerformanceResultsListCtrl

상속: Opc.Ua.Client.Controls.BaseListCtrl
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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.

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

Clears all results in the control.
public Clear ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

EnableMenuItems() 보호된 메소드

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

GetResults() 공개 메소드

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

PerformanceResultsListCtrl() 공개 메소드

public PerformanceResultsListCtrl ( ) : System
리턴 System

PickItems() 보호된 메소드

protected PickItems ( ) : void
리턴 void

UpdateItem() 보호된 메소드

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