UA Bundle SDK .NET  2.1.2.227
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaServer.DataItemModel Class Reference

A variable that contains live automation data. More...

Inherits UnifiedAutomation.UaServer.ModelControllerBase.

Inherited by UnifiedAutomation.UaServer.AnalogItemModel, UnifiedAutomation.UaServer.DataItemModel< T >, UnifiedAutomation.UaServer.DiscreteItemModel, UnifiedAutomation.UaServer.MultiStateDiscreteModel, UnifiedAutomation.UaServer.MultiStateValueDiscreteModel, and UnifiedAutomation.UaServer.TwoStateDiscreteModel.

Public Member Functions

 DataItemModel ()
 Initializes a new instance of the DataItemModel class. More...
 
 DataItemModel (DataItemModel template)
 Initializes a new instance of the DataItemModel 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...
 
string Definition [get, set]
 Gets or sets the Definition More...
 
double ValuePrecision [get, set]
 Gets or sets the ValuePrecision 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

A variable that contains live automation data.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.DataItemModel.DataItemModel ( )

Initializes a new instance of the DataItemModel class.

UnifiedAutomation.UaServer.DataItemModel.DataItemModel ( DataItemModel  template)

Initializes a new instance of the DataItemModel class.

Parameters
templateThe template.

Property Documentation

string UnifiedAutomation.UaServer.DataItemModel.Definition
getset

Gets or sets the Definition

The Definition A vendor-specific, human readable string that specifies how the value of this DataItem is calculated.

object UnifiedAutomation.UaServer.DataItemModel.Value
getset

Gets or sets the value.

The value.

double UnifiedAutomation.UaServer.DataItemModel.ValuePrecision
getset

Gets or sets the ValuePrecision

The ValuePrecision The maximum precision that the server can maintain for the item based on restrictions in the target environment.


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