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

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

공개 메소드들

메소드 설명
AddNodeId ( ExpandedNodeId nodeId ) : void

Adds a node to the list.

AddNodeId ( ReferenceDescription reference ) : void

Adds a node to the list.

Clear ( ) : void

Clears the contents of the control,

GetNodeIds ( ) : NodeIdCollection

Returns the node ids in the control.

Initialize ( Session session, NodeIdCollection nodeIds, NodeClass nodeClassMask ) : void

Sets the nodes in the control.

NodeListCtrl ( ) : System

보호된 메소드들

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

Clean up any resources being used.

EnableMenuItems ( ListViewItem clickedItem ) : void
ItemsLV_DragDrop ( object sender, DragEventArgs e ) : 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.

ViewMI_Click ( object sender, EventArgs e ) : void

메소드 상세

AddNodeId() 공개 메소드

Adds a node to the list.
public AddNodeId ( ExpandedNodeId nodeId ) : void
nodeId ExpandedNodeId
리턴 void

AddNodeId() 공개 메소드

Adds a node to the list.
public AddNodeId ( ReferenceDescription reference ) : void
reference ReferenceDescription
리턴 void

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 ( ListViewItem clickedItem ) : void
clickedItem ListViewItem
리턴 void

GetNodeIds() 공개 메소드

Returns the node ids in the control.
public GetNodeIds ( ) : NodeIdCollection
리턴 NodeIdCollection

Initialize() 공개 메소드

Sets the nodes in the control.
public Initialize ( Session session, NodeIdCollection nodeIds, NodeClass nodeClassMask ) : void
session Session
nodeIds NodeIdCollection
nodeClassMask NodeClass
리턴 void

ItemsLV_DragDrop() 보호된 메소드

protected ItemsLV_DragDrop ( object sender, DragEventArgs e ) : void
sender object
e DragEventArgs
리턴 void

NodeListCtrl() 공개 메소드

public NodeListCtrl ( ) : System
리턴 System

UpdateItem() 보호된 메소드

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