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

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

Méthodes publiques

Méthode Description
AddSelectClause ( ReferenceDescription reference ) : void

Adds a select clause to the control.

Clear ( ) : void

Clears the contents of the control,

GetSelectClauses ( ) : SimpleAttributeOperandCollection

Returns the SelectClauses in the control.

Initialize ( Session session, SimpleAttributeOperandCollection selectClauses ) : void

Sets the nodes in the control.

SelectClauseListCtrl ( ) : System

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
ItemsLV_DragDrop ( object sender, DragEventArgs e ) : void

Handles a drop event.

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

Private Methods

Méthode Description
DeleteMI_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

ViewMI_Click ( object sender, EventArgs e ) : void

Method Details

AddSelectClause() public méthode

Adds a select clause to the control.
public AddSelectClause ( ReferenceDescription reference ) : void
reference ReferenceDescription
Résultat void

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

GetSelectClauses() public méthode

Returns the SelectClauses in the control.
public GetSelectClauses ( ) : SimpleAttributeOperandCollection
Résultat SimpleAttributeOperandCollection

Initialize() public méthode

Sets the nodes in the control.
public Initialize ( Session session, SimpleAttributeOperandCollection selectClauses ) : void
session Opc.Ua.Client.Session
selectClauses SimpleAttributeOperandCollection
Résultat void

ItemsLV_DragDrop() protected méthode

Handles a drop event.
protected ItemsLV_DragDrop ( object sender, DragEventArgs e ) : void
sender object
e System.Windows.Forms.DragEventArgs
Résultat void

SelectClauseListCtrl() public méthode

public SelectClauseListCtrl ( ) : System
Résultat System

UpdateItem() protected méthode

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