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

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

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

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

Clears the contents of the control,

Initialize ( Session session, ExpandedNodeId nodeId ) : void

Sets the nodes in the control.

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

Метод Описание
EnableMenuItems ( ListViewItem clickedItem ) : void
GetDataToDrag ( ) : object
PickItems ( ) : void
UpdateItem ( ListViewItem listItem, object item ) : void

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

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

Adds the attributes to the control.

AddProperties ( ) : void

Adds the properties to the control.

AddReferences ( NodeId referenceTypeId, BrowseDirection browseDirection ) : void

Adds the targets of references to the control.

EditMI_Click ( object sender, EventArgs e ) : void
FormatAttributeValue ( uint attributeId, object value ) : string

Formats the value of an attribute.

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

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

public AttributeListCtrl ( ) : System
Результат System

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

Clears the contents of the control,
public Clear ( ) : void
Результат void

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

protected EnableMenuItems ( ListViewItem clickedItem ) : void
clickedItem ListViewItem
Результат void

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

protected GetDataToDrag ( ) : object
Результат object

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

Sets the nodes in the control.
public Initialize ( Session session, ExpandedNodeId nodeId ) : void
session Session
nodeId ExpandedNodeId
Результат void

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

protected PickItems ( ) : void
Результат void

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

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