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

Inheritance: Opc.Ua.Client.Controls.BaseListCtrl
Afficher le fichier Open project: OPCFoundation/UA-.NET

Private Properties

Свойство Type Description
Browse void
InitializeComponent void

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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

Méthode 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 méthode

Moves to the previous position.
public Back ( ) : void
Résultat void

BrowseListCtrl() public méthode

Initializes the object with default values.
public BrowseListCtrl ( ) : System
Résultat System

Clear() public méthode

Clears the contents of the control,
public Clear ( ) : void
Résultat void

Dispose() protected méthode

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

EnableMenuItems() protected méthode

protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
Résultat void

Forward() public méthode

Moves to the next position.
public Forward ( ) : void
Résultat void

Initialize() public méthode

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

PickItems() protected méthode

Handles a double click.
protected PickItems ( ) : void
Résultat void

SetPosition() public méthode

Sets the current position.
public SetPosition ( int position ) : void
position int
Résultat void

UpdateItem() protected méthode

protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void
listItem System.Windows.Forms.ListViewItem
item object
Résultat void