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

Inheritance: Opc.Ua.Client.Controls.BaseListCtrl
ファイルを表示 Open project: OPCFoundation/UA-.NET

Private Properties

Property Type Description
Browse void
InitializeComponent void

Public Methods

Method Description
Back ( ) : void

Moves to the previous position.

BrowseListCtrl ( ) : System

Initializes the object with default values.

Clear ( ) : void

Clears the contents of the control,

Forward ( ) : void

Moves to the next position.

Initialize ( Browser browser, NodeId startId ) : void

Initializes the control with the session/subscription indicated.

SetPosition ( int position ) : void

Sets the current position.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
PickItems ( ) : void

Handles a double click.

UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void

Private Methods

Method Description
Browse ( NodeId startId ) : void

Displays the target of a browse operation in the control.

InitializeComponent ( ) : void

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

Method Details

Back() public method

Moves to the previous position.
public Back ( ) : void
return void

BrowseListCtrl() public method

Initializes the object with default values.
public BrowseListCtrl ( ) : System
return System

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 ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
return void

Forward() public method

Moves to the next position.
public Forward ( ) : void
return void

Initialize() public method

Initializes the control with the session/subscription indicated.
public Initialize ( Browser browser, NodeId startId ) : void
browser Opc.Ua.Client.Browser
startId NodeId
return void

PickItems() protected method

Handles a double click.
protected PickItems ( ) : void
return void

SetPosition() public method

Sets the current position.
public SetPosition ( int position ) : void
position int
return void

UpdateItem() protected method

protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void
listItem System.Windows.Forms.ListViewItem
item object
return void