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

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

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

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

Adds a value to the control.

Clear ( ) : void

Clears the contents of the control,

GetValues ( ) : WriteValueCollection

Returns the items in the control.

Initialize ( Session session, WriteValueCollection values ) : void

Sets the nodes in the control.

WriteValueListCtrl ( ) : 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
EditValueMI_Click ( object sender, EventArgs e ) : void
GetDefaultValue ( NodeId nodeId, uint attributeId ) : DataValue

Returns a default value for the node.

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

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

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

Adds a value to the control.
public AddValue ( 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

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

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

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

Sets the nodes in the control.
public Initialize ( Session session, WriteValueCollection values ) : void
session Session
values WriteValueCollection
Результат 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

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

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

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

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