.NET Based OPC UA Client/Server SDK  3.3.0.530
UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute Class Reference

Used to indicate that a field is an instance declaration for a UA type definition. More...

Inherits Attribute.

Properties

string BrowseName [get, set]
 Gets or sets browse name of the instance. More...
 
string NamespaceUri [get, set]
 Gets or sets the namespace URI that qualifies the browse name. More...
 
uint AttributeId [get, set]
 Gets or sets the attribute id (default is the value attribute). More...
 
bool IsValue [get, set]
 Gets or sets a flag that indicates if the field is mapped to the value attribute of a variable node. More...
 
bool IsAttribute [get, set]
 Gets or sets a flag that indicates if the property is mapped directly to the attribute. More...
 
byte AccessLevel [get, set]
 Gets or sets the access level. More...
 

Detailed Description

Used to indicate that a field is an instance declaration for a UA type definition.

Property Documentation

byte UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute.AccessLevel
getset

Gets or sets the access level.

uint UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute.AttributeId
getset

Gets or sets the attribute id (default is the value attribute).

string UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute.BrowseName
getset

Gets or sets browse name of the instance.

bool UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute.IsAttribute
getset

Gets or sets a flag that indicates if the property is mapped directly to the attribute.

Usually, the property name will be used as the BrowseName if the browse name is unset. If IsAttribute is set, the parent node will be used directly.

bool UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute.IsValue
getset

Gets or sets a flag that indicates if the field is mapped to the value attribute of a variable node.

If TRUE, the field is mapped to the value attribute.

string UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute.NamespaceUri
getset

Gets or sets the namespace URI that qualifies the browse name.


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