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

Наследование: Opc.Ua.Client.Controls.BaseListCtrl
Показать файл Открыть проект

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

Метод Описание
AddSelectClause ( ReferenceDescription reference ) : void

Adds a select clause to the control.

Clear ( ) : void

Clears the contents of the control,

GetSelectClauses ( ) : SimpleAttributeOperandCollection

Returns the SelectClauses in the control.

Initialize ( Session session, SimpleAttributeOperandCollection selectClauses ) : void

Sets the nodes in the control.

SelectClauseListCtrl ( ) : System

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

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

Clean up any resources being used.

EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
ItemsLV_DragDrop ( object sender, DragEventArgs e ) : void

Handles a drop event.

UpdateItem ( System.Windows.Forms.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.

ViewMI_Click ( object sender, EventArgs e ) : void

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

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

Adds a select clause to the control.
public AddSelectClause ( ReferenceDescription reference ) : void
reference ReferenceDescription
Результат 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 ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
Результат void

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

Returns the SelectClauses in the control.
public GetSelectClauses ( ) : SimpleAttributeOperandCollection
Результат SimpleAttributeOperandCollection

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

Sets the nodes in the control.
public Initialize ( Session session, SimpleAttributeOperandCollection selectClauses ) : void
session Opc.Ua.Client.Session
selectClauses SimpleAttributeOperandCollection
Результат void

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

Handles a drop event.
protected ItemsLV_DragDrop ( object sender, DragEventArgs e ) : void
sender object
e System.Windows.Forms.DragEventArgs
Результат void

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

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

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

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