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

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

Private Properties

프로퍼티 타입 설명
Browse void
InitializeComponent void

공개 메소드들

메소드 설명
Back ( ) : void

Moves to the previous position.

BrowseListCtrl ( ) : System

Initializes the object with default values.

Clear ( ) : void

Clears the contents of the control,

Forward ( ) : void

Moves to the next position.

Initialize ( Browser browser, NodeId startId ) : void

Initializes the control with the session/subscription indicated.

SetPosition ( int position ) : void

Sets the current position.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
PickItems ( ) : void

Handles a double click.

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

비공개 메소드들

메소드 설명
Browse ( NodeId startId ) : void

Displays the target of a browse operation in the control.

InitializeComponent ( ) : void

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

메소드 상세

Back() 공개 메소드

Moves to the previous position.
public Back ( ) : void
리턴 void

BrowseListCtrl() 공개 메소드

Initializes the object with default values.
public BrowseListCtrl ( ) : System
리턴 System

Clear() 공개 메소드

Clears the contents of 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

Forward() 공개 메소드

Moves to the next position.
public Forward ( ) : void
리턴 void

Initialize() 공개 메소드

Initializes the control with the session/subscription indicated.
public Initialize ( Browser browser, NodeId startId ) : void
browser Opc.Ua.Client.Browser
startId NodeId
리턴 void

PickItems() 보호된 메소드

Handles a double click.
protected PickItems ( ) : void
리턴 void

SetPosition() 공개 메소드

Sets the current position.
public SetPosition ( int position ) : void
position int
리턴 void

UpdateItem() 보호된 메소드

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