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

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

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

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