UA Bundle SDK .NET  2.2.1.258
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.ModelHandle Class Reference

A handle which can be used to read/write/subscribe to an object. More...

Public Member Functions

 ModelHandle (IModelMapper mapper, object instance)
 Initializes a new instance of the ModelHandle class. More...
 

Properties

IModelMapper Mapper [get, set]
 Gets the mapper. More...
 
object Instance [get, set]
 Gets the instance. More...
 
List< ModelMappingMappings [get, set]
 Gets the mappings. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

A handle which can be used to read/write/subscribe to an object.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ModelHandle.ModelHandle ( IModelMapper  mapper,
object  instance 
)
inline

Initializes a new instance of the ModelHandle class.

Parameters
mapperThe mapper.
instanceThe instance.

Property Documentation

object UnifiedAutomation.UaBase.ModelHandle.Instance
getset

Gets the instance.

IModelMapper UnifiedAutomation.UaBase.ModelHandle.Mapper
getset

Gets the mapper.

List<ModelMapping> UnifiedAutomation.UaBase.ModelHandle.Mappings
getset

Gets the mappings.

object UnifiedAutomation.UaBase.ModelHandle.UserData
getset

Gets or sets the user data.

The user data.


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