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

The attributes for a reference type node. More...

Inherits UnifiedAutomation.UaBase.NodeAttributes.

Public Member Functions

 ReferenceTypeAttributes ()
 The default constructor. More...
 
override void Encode (IEncoder encoder)
 
 
override void Decode (IDecoder decoder)
 
 
override bool IsEqual (IEncodeable encodeable)
 
 
override object Clone ()
 
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.NodeAttributes
 NodeAttributes ()
 The default constructor. More...
 

Properties

bool IsAbstract [get, set]
 If TRUE the type is abstract and only subtypes of it appear in the address space. More...
 
bool Symmetric [get, set]
 If TRUE the reference type has the same semantics in both directions. More...
 
LocalizedText InverseName [get, set]
 The display name for the reference when following it from target to source. More...
 
override ExpandedNodeId TypeId [get]
 
 
override ExpandedNodeId BinaryEncodingId [get]
 
 
override ExpandedNodeId XmlEncodingId [get]
 
 
- Properties inherited from UnifiedAutomation.UaBase.NodeAttributes
uint SpecifiedAttributes [get, set]
 A mask indicating which attributes have been provided. More...
 
LocalizedText DisplayName [get, set]
 A human readable name for the node. More...
 
LocalizedText Description [get, set]
 A description for the node. More...
 
uint WriteMask [get, set]
 A mask which specifies which attributes are writeable. More...
 
uint UserWriteMask [get, set]
 A mask which specifies which attributes are writeable by the current user. More...
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

The attributes for a reference type node.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ReferenceTypeAttributes.ReferenceTypeAttributes ( )

The default constructor.

Property Documentation

LocalizedText UnifiedAutomation.UaBase.ReferenceTypeAttributes.InverseName
getset

The display name for the reference when following it from target to source.

bool UnifiedAutomation.UaBase.ReferenceTypeAttributes.IsAbstract
getset

If TRUE the type is abstract and only subtypes of it appear in the address space.

bool UnifiedAutomation.UaBase.ReferenceTypeAttributes.Symmetric
getset

If TRUE the reference type has the same semantics in both directions.


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