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

Displays a drop down list of reference types.
Inheritance: Windows.UI.Xaml.Controls.UserControl
Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
Initialize ( Session session, Opc.Ua.NodeId baseTypeId ) : void

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

ReferenceTypeCtrl ( ) : System

Initializes a new instance of the ReferenceTypeCtrl class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddReferenceTypes ( Opc.Ua.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 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

Initialize() public method

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

ReferenceTypeCtrl() public method

Initializes a new instance of the ReferenceTypeCtrl class.
public ReferenceTypeCtrl ( ) : System
return System