C# Class Opc.Ua.Sample.Controls.PropertyListCtrl

ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
Clear ( ) : void

Clears the contents of the control,

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

Sets the nodes in the control.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method Description
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

Method Details

Clear() public method

Clears the contents of the control,
public Clear ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EnableMenuItems() protected method

protected EnableMenuItems ( ListViewItem clickedItem ) : void
clickedItem ListViewItem
return void

GetDataToDrag() protected method

protected GetDataToDrag ( ) : object
return object

PropertyListCtrl() public method

public PropertyListCtrl ( ) : System
return System

Update() public method

Sets the nodes in the control.
public Update ( Session session, ReferenceDescription reference ) : void
session Session
reference ReferenceDescription
return void

UpdateItem() protected method

protected UpdateItem ( ListViewItem listItem, object item ) : void
listItem ListViewItem
item object
return void