C# 클래스 Opc.Ua.Client.Controls.NodeListCtrl

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
Add ( NodeId nodeId ) : void

Adds a node to the control.

GetNodeList ( ) : IList

Returns the list of nodes in the control.

Initialize ( Session session, IList nodeIds ) : void

Initializes the control with a set of items.

NodeListCtrl ( ) : System

Initializes a new instance of the NodeListCtrl class.

보호된 메소드들

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

Clean up any resources being used.

EnableMenuItems ( ListViewItem clickedItem ) : void
ItemsLV_DragDrop ( object sender, DragEventArgs e ) : void

Handles a drop event.

SelectItems ( ) : void
UpdateItem ( ListViewItem listItem, object item ) : 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 node to the control.
public Add ( NodeId nodeId ) : void
nodeId NodeId
리턴 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 ( ListViewItem clickedItem ) : void
clickedItem ListViewItem
리턴 void

GetNodeList() 공개 메소드

Returns the list of nodes in the control.
public GetNodeList ( ) : IList
리턴 IList

Initialize() 공개 메소드

Initializes the control with a set of items.
public Initialize ( Session session, IList nodeIds ) : void
session Session
nodeIds IList
리턴 void

ItemsLV_DragDrop() 보호된 메소드

Handles a drop event.
protected ItemsLV_DragDrop ( object sender, DragEventArgs e ) : void
sender object
e DragEventArgs
리턴 void

NodeListCtrl() 공개 메소드

Initializes a new instance of the NodeListCtrl class.
public NodeListCtrl ( ) : System
리턴 System

SelectItems() 보호된 메소드

protected SelectItems ( ) : void
리턴 void

UpdateItem() 보호된 메소드

protected UpdateItem ( ListViewItem listItem, object item ) : void
listItem ListViewItem
item object
리턴 void