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

A reference type that may be used as a browse filter.
Mostrar archivo Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
ReferenceType ReferenceTypeNode
SuperType ReferenceTypeChoice

Public Methods

Method Description
ToString ( ) : string

The text to display in the control.

Private Methods

Method Description
GetPrefix ( StringBuilder prefix ) : void

Adds a prefix for subtypes.

Method Details

ToString() public method

The text to display in the control.
public ToString ( ) : string
return string

Property Details

ReferenceType public_oe property

public ReferenceTypeNode ReferenceType
return ReferenceTypeNode

SuperType public_oe property

public ReferenceTypeChoice SuperType
return ReferenceTypeChoice