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

A reference type that may be used as a browse filter.
Show file 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 property

public ReferenceTypeNode ReferenceType
return ReferenceTypeNode

SuperType public property

public ReferenceTypeChoice SuperType
return ReferenceTypeChoice