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

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

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

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

Clears the contents of the control,

PropertyListCtrl ( ) : System
Update ( Session session, ReferenceDescription reference ) : void

Sets the nodes in the control.

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

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

Clean up any resources being used.

EnableMenuItems ( ListViewItem clickedItem ) : void
GetDataToDrag ( ) : object
UpdateItem ( ListViewItem listItem, object item ) : void

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

Метод Описание
AddProperties ( ExpandedNodeId nodeId ) : void

Adds the properties to the control.

InitializeComponent ( ) : void

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

SelectMI_Click ( object sender, EventArgs e ) : 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

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

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

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

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

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

Sets the nodes in the control.
public Update ( Session session, ReferenceDescription reference ) : void
session Session
reference ReferenceDescription
Результат void

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

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