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

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
Initialize ( Session session, NodeId baseTypeId ) : void

Initializes the control with references starting with the specified based type.

ReferenceTypeCtrl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddReferenceTypes ( ExpandedNodeId referenceTypeId, ReferenceTypeChoice supertype ) : void

Adds the reference types to drop down box.

InitializeComponent ( ) : void

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

ReferenceTypesCB_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

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

Initialize() public méthode

Initializes the control with references starting with the specified based type.
public Initialize ( Session session, NodeId baseTypeId ) : void
session Opc.Ua.Client.Session
baseTypeId NodeId
Résultat void

ReferenceTypeCtrl() public méthode

public ReferenceTypeCtrl ( ) : System
Résultat System