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

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

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

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

Adds a value to the control.

Clear ( ) : void

Clears the contents of the control,

GetValueIds ( ) : ReadValueIdCollection

Returns the items in the control.

Initialize ( Session session, ReadValueIdCollection valueIds ) : void

Sets the nodes in the control.

ReadValueListCtrl ( ) : System

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

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

Clean up any resources being used.

EnableMenuItems ( ListViewItem clickedItem ) : void
ItemsLV_DragDrop ( object sender, DragEventArgs e ) : void

Handles a drop event.

PickItems ( ) : void
UpdateItem ( ListViewItem listItem, object item ) : 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

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

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

Adds a value to the control.
public AddValueId ( 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 ( ListViewItem clickedItem ) : void
clickedItem ListViewItem
Результат void

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

Returns the items in the control.
public GetValueIds ( ) : ReadValueIdCollection
Результат ReadValueIdCollection

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

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

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

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

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

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

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

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

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

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