.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaClient.DataTypeDictionary Class Reference

The description of a data type. More...

Properties

ExpandedNodeId DictionaryId [get, set]
 Gets the dictionary identifier. More...
 
NodeId TypeSystemId [get, set]
 Gets the type system identifier. More...
 
byte[] SchemaData [get, set]
 Gets the schema data returned from the server. More...
 
string NamespaceUri [get, set]
 Gets or sets the namespace URI. More...
 
object Schema [get, set]
 Gets or sets the object representing the parsed schema. More...
 
object UserData [get, set]
 Gets or sets user data that can be associated with the dictionary. More...
 

Detailed Description

The description of a data type.

Property Documentation

ExpandedNodeId UnifiedAutomation.UaClient.DataTypeDictionary.DictionaryId
getset

Gets the dictionary identifier.

The dictionary identifier.

string UnifiedAutomation.UaClient.DataTypeDictionary.NamespaceUri
getset

Gets or sets the namespace URI.

The namespace URI.

object UnifiedAutomation.UaClient.DataTypeDictionary.Schema
getset

Gets or sets the object representing the parsed schema.

The parsed schema.

byte [] UnifiedAutomation.UaClient.DataTypeDictionary.SchemaData
getset

Gets the schema data returned from the server.

The schema data returned from the server.

NodeId UnifiedAutomation.UaClient.DataTypeDictionary.TypeSystemId
getset

Gets the type system identifier.

The type system identifier.

object UnifiedAutomation.UaClient.DataTypeDictionary.UserData
getset

Gets or sets user data that can be associated with the dictionary.

The user data that can be associated with the dictionary.


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