C# Класс Opc.Ua.Sample.Controls.NodeListCtrl

Показать файл Открыть проект

Открытые методы

Метод Описание
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