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

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

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

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

Initializes a new instance of the AttributeListCtrl class.

Initialize ( Session session, ExpandedNodeId nodeId ) : void

Initializes the control with a set of items.

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

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

Clean up any resources being used.

UpdateItem ( ListViewItem listItem, object item ) : void

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

Метод Описание
FormatAttributeValue ( uint attributeId, object value ) : string

Formats the value of an attribute.

InitializeComponent ( ) : void

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

UpdateValues ( ) : void

Updates the values from the server.

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

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

Initializes a new instance of the AttributeListCtrl class.
public AttributeListCtrl ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

Initializes the control with a set of items.
public Initialize ( Session session, ExpandedNodeId nodeId ) : void
session Session
nodeId ExpandedNodeId
Результат void

UpdateItem() защищенный Метод

protected UpdateItem ( ListViewItem listItem, object item ) : void
listItem ListViewItem
item object
Результат void