.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaServer.DataTypeDictionaryModel Class Reference

This VariableType is used as the type for the DataTypeDictionaries. More...

Inherits UnifiedAutomation.UaServer.BaseDataVariableModel.

Public Member Functions

 DataTypeDictionaryModel ()
 Initializes a new instance of the DataTypeDictionaryModel class. More...
 
 DataTypeDictionaryModel (DataTypeDictionaryModel template)
 Initializes a new instance of the DataTypeDictionaryModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseDataVariableModel
 BaseDataVariableModel ()
 Initializes a new instance of the BaseDataVariableModel class. More...
 
 BaseDataVariableModel (BaseDataVariableModel template)
 Initializes a new instance of the BaseDataVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseVariableModel
 BaseVariableModel ()
 Initializes a new instance of the BaseVariableModel class. More...
 
 BaseVariableModel (BaseVariableModel template)
 Initializes a new instance of the BaseVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping. More...
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping. More...
 

Properties

new byte[] Value [get, set]
 Gets or sets the value. More...
 
string DataTypeVersion [get, set]
 Clients may subscribe to the DataTypeVersion Property to determine if the DataTypeDictionary has changed since it was last read. More...
 
bool Deprecated [get, set]
 Gets or sets the Deprecated More...
 
string NamespaceUri [get, set]
 The URI for the namespace described by the Value Attribute of the DataTypeDictionary. More...
 
- Properties inherited from UnifiedAutomation.UaServer.BaseVariableModel
object Value [get, set]
 Gets or sets the value. More...
 
- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

This VariableType is used as the type for the DataTypeDictionaries.

There are no References specified for this VariableType. It defines the optional properties DataTypeVersion and NamespaceUri.

Changes in DataTypeDictionaries may be a result of a change to a type description, but it is more likely that dictionary changes are a result of the addition or deletion of type descriptions. This includes changes made while the Server is offline so that the new version is available when the Server restarts. Clients may subscribe to the DataTypeVersion Property to determine if the DataTypeDictionary has changed since it was last read.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.DataTypeDictionaryModel.DataTypeDictionaryModel ( )
inline

Initializes a new instance of the DataTypeDictionaryModel class.

UnifiedAutomation.UaServer.DataTypeDictionaryModel.DataTypeDictionaryModel ( DataTypeDictionaryModel  template)
inline

Initializes a new instance of the DataTypeDictionaryModel class.

Parameters
templateThe template.

Property Documentation

string UnifiedAutomation.UaServer.DataTypeDictionaryModel.DataTypeVersion
getset

Clients may subscribe to the DataTypeVersion Property to determine if the DataTypeDictionary has changed since it was last read.

bool UnifiedAutomation.UaServer.DataTypeDictionaryModel.Deprecated
getset

Gets or sets the Deprecated

string UnifiedAutomation.UaServer.DataTypeDictionaryModel.NamespaceUri
getset

The URI for the namespace described by the Value Attribute of the DataTypeDictionary.

new byte [] UnifiedAutomation.UaServer.DataTypeDictionaryModel.Value
getset

Gets or sets the value.


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