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

A object which stores the state of a mapping between a class and a UA information model. More...

Properties

QualifiedName[] BrowsePath [get, set]
 Gets or sets the browse path used to look up the node id. More...
 
NodeId NodeId [get, set]
 Gets or sets the node id used to read/write the value. More...
 
uint AttributeId [get, set]
 Gets or sets the attribute id to use during I/O operations. More...
 
TypeInfo DataType [get, set]
 Gets or sets the data type to use during I/O operations. More...
 
bool IsReadOnly [get, set]
 Gets or sets a value indicating whether this instance is read only. More...
 
object Instance [get, set]
 Gets or sets the instance which is the target of any operations. More...
 
object MappingData [get, set]
 Gets or sets the mapping data. More...
 

Detailed Description

A object which stores the state of a mapping between a class and a UA information model.

Property Documentation

uint UnifiedAutomation.UaClient.MetadataMapping.AttributeId
getset

Gets or sets the attribute id to use during I/O operations.

The attribute id to use during during I/O operations.

QualifiedName [] UnifiedAutomation.UaClient.MetadataMapping.BrowsePath
getset

Gets or sets the browse path used to look up the node id.

The browse path used to look up the node id.

TypeInfo UnifiedAutomation.UaClient.MetadataMapping.DataType
getset

Gets or sets the data type to use during I/O operations.

The data type to use during I/O operations.

object UnifiedAutomation.UaClient.MetadataMapping.Instance
getset

Gets or sets the instance which is the target of any operations.

The instance which is the target of any operations.

bool UnifiedAutomation.UaClient.MetadataMapping.IsReadOnly
getset

Gets or sets a value indicating whether this instance is read only.

true if this instance is read only; otherwise, false.

object UnifiedAutomation.UaClient.MetadataMapping.MappingData
getset

Gets or sets the mapping data.

The mapping data.

NodeId UnifiedAutomation.UaClient.MetadataMapping.NodeId
getset

Gets or sets the node id used to read/write the value.

The node id used to read/write the value.


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