.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaClient.TypeDescription Class Reference

The description of a type. More...

Inherits IFormattable.

Public Member Functions

override string ToString ()
 Returns a System.String that represents this instance. More...
 
string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 

Properties

NodeId TypeId [get, set]
 Gets or sets the type id. More...
 
QualifiedName BrowseName [get, set]
 Gets or sets the name of the browse. More...
 
LocalizedText DisplayName [get, set]
 Gets or sets the display name. More...
 
NodeClass NodeClass [get, set]
 Gets or sets the node class. More...
 
NodeId BaseTypeId [get, set]
 Gets or sets the base type id. More...
 
LocalizedText Description [get, set]
 Gets or sets the description. More...
 
List< TypeFieldDescriptionFields [get, set]
 Gets or sets the fields. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 
TypeDescription BaseType [get, set]
 Gets or sets the base type. More...
 

Detailed Description

The description of a type.

Member Function Documentation

override string UnifiedAutomation.UaClient.TypeDescription.ToString ( )
inline

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.
string UnifiedAutomation.UaClient.TypeDescription.ToString ( string  format,
IFormatProvider  formatProvider 
)
inline

Returns a System.String that represents this instance.

Parameters
formatThe format.
formatProviderThe format provider.
Returns
A System.String that represents this instance.

Property Documentation

TypeDescription UnifiedAutomation.UaClient.TypeDescription.BaseType
getset

Gets or sets the base type.

The base type.

NodeId UnifiedAutomation.UaClient.TypeDescription.BaseTypeId
getset

Gets or sets the base type id.

The base type id.

QualifiedName UnifiedAutomation.UaClient.TypeDescription.BrowseName
getset

Gets or sets the name of the browse.

The name of the browse.

LocalizedText UnifiedAutomation.UaClient.TypeDescription.Description
getset

Gets or sets the description.

The description.

LocalizedText UnifiedAutomation.UaClient.TypeDescription.DisplayName
getset

Gets or sets the display name.

The display name.

List<TypeFieldDescription> UnifiedAutomation.UaClient.TypeDescription.Fields
getset

Gets or sets the fields.

The fields.

NodeClass UnifiedAutomation.UaClient.TypeDescription.NodeClass
getset

Gets or sets the node class.

The node class.

NodeId UnifiedAutomation.UaClient.TypeDescription.TypeId
getset

Gets or sets the type id.

The type id.

object UnifiedAutomation.UaClient.TypeDescription.UserData
getset

Gets or sets the user data.

The user data.


The documentation for this class was generated from the following file: