C# Class Opc.Ua.Client.Controls.ReferenceListCtrl

Displays a list of references for a node.
Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: OPCFoundation/UA-.NET

Private Properties

Property Type Description
Browse void
CreateNodesToBrowse BrowseDescriptionCollection
InitializeComponent void

Public Methods

Method Description
ChangeNodeId ( NodeId nodeId ) : void

Changes the node id.

ChangeSession ( Session session ) : void

Changes the session.

ReferenceListCtrl ( ) : System

Creates a new instance.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Browse ( ) : void

Browses for the requested references.

CreateNodesToBrowse ( ) : BrowseDescriptionCollection

Gets the list of references to follow.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

ChangeNodeId() public method

Changes the node id.
public ChangeNodeId ( NodeId nodeId ) : void
nodeId NodeId
return void

ChangeSession() public method

Changes the session.
public ChangeSession ( Session session ) : void
session Session
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

ReferenceListCtrl() public method

Creates a new instance.
public ReferenceListCtrl ( ) : System
return System