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

A control which displays browse tree.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AttributesCTRL AttributesListViewCtrl
BrowseCTRL BrowseTreeViewCtrl

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

Метод Описание
BrowseNodeCtrl ( ) : System

Creates a new instance of the control.

ChangeSession ( Session session ) : void

Changes the session used by the control.

GetChildOfSelectedNode ( int index ) : ReferenceDescription

Returns the child node at the specified index.

GetSelectedAttribute ( int index ) : ReadValueId

Returns the attribute at the specified index.

Initialize ( Session session, Opc.Ua.NodeId rootId ) : void

Initializes the control with a root and a set of hierarchial reference types to follow.

RefreshSelection ( ) : void

The reference for the parent of the currently selected node.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Описание методов

BrowseNodeCtrl() публичный Метод

Creates a new instance of the control.
public BrowseNodeCtrl ( ) : System
Результат System

ChangeSession() публичный Метод

Changes the session used by the control.
public ChangeSession ( Session session ) : void
session Opc.Ua.Client.Session The session.
Результат 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

GetChildOfSelectedNode() публичный Метод

Returns the child node at the specified index.
public GetChildOfSelectedNode ( int index ) : ReferenceDescription
index int
Результат Opc.Ua.ReferenceDescription

GetSelectedAttribute() публичный Метод

Returns the attribute at the specified index.
public GetSelectedAttribute ( int index ) : ReadValueId
index int
Результат Opc.Ua.ReadValueId

Initialize() публичный Метод

Initializes the control with a root and a set of hierarchial reference types to follow.
public Initialize ( Session session, Opc.Ua.NodeId rootId ) : void
session Opc.Ua.Client.Session The session.
rootId Opc.Ua.NodeId The root of the hierarchy to browse.
Результат void

RefreshSelection() публичный Метод

The reference for the parent of the currently selected node.
public RefreshSelection ( ) : void
Результат void

Описание свойств

AttributesCTRL публичное свойство

The attribute list control.
public AttributesListViewCtrl,Opc.Ua.Client.Controls AttributesCTRL
Результат AttributesListViewCtrl

BrowseCTRL публичное свойство

The browse list control.
public BrowseTreeViewCtrl,Opc.Ua.Client.Controls BrowseCTRL
Результат BrowseTreeViewCtrl