.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.BaseVariableModel Class Reference

The BaseVariableType is the abstract base type for all other variable types. More...

Inherits UnifiedAutomation.UaServer.ModelControllerBase.

Inherited by UnifiedAutomation.UaServer.BaseDataVariableModel, UnifiedAutomation.UaServer.BaseVariableModel< T >, and UnifiedAutomation.UaServer.PropertyModel.

Public Member Functions

 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

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

The BaseVariableType is the abstract base type for all other variable types.

However, only the UnifiedAutomation.UaServer.PropertyModel and the UnifiedAutomation.UaServer.BaseDataVariableModel directly inherit from this type.

There are no references, except for HasSubtype references, specified for this variable type.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.BaseVariableModel.BaseVariableModel ( )
inline

Initializes a new instance of the BaseVariableModel class.

UnifiedAutomation.UaServer.BaseVariableModel.BaseVariableModel ( BaseVariableModel  template)
inline

Initializes a new instance of the BaseVariableModel class.

Parameters
templateThe template.

Property Documentation

object UnifiedAutomation.UaServer.BaseVariableModel.Value
getset

Gets or sets the value.


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