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

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

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

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

Clears the contents of the control,

FilterOperandListCtrl ( ) : System
GetOperands ( ) : List

Returns the list of operands in the control.

Initialize ( Session session, IList elements, int index ) : void

Sets the nodes in the control.

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

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

Clean up any resources being used.

EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
UpdateItem ( ListViewItem listItem, object item, int index ) : void

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

Метод Описание
DeleteMI_Click ( object sender, EventArgs e ) : void
EditMI_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.

NewMI_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 ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
Результат void

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

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

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

Returns the list of operands in the control.
public GetOperands ( ) : List
Результат List

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

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

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

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