Connectivity Software User's Guide and Reference
UAMappedNode Class
Members 



OpcLabs.EasyOpcUACore Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace : UAMappedNode Class
A pre-made base class for mapping OPC Unified Architecture (OPC-UA) nodes. Contains commonly used meta-members.
Object Model
UAMappedNode ClassUAEndpointDescriptor ClassUAMonitoringParameters ClassUANodeDescriptor ClassUAReadParameters ClassUASubscriptionParameters Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<UATypeAttribute()>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public Class UAMappedNode 
   Inherits OpcLabs.BaseLib.LiveMapping.MappedObject
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2 
'Usage
 
Dim instance As UAMappedNode
[ComVisible(false)]
[UAType()]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public class UAMappedNode : OpcLabs.BaseLib.LiveMapping.MappedObject, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2  
[ComVisible(false)]
[UAType()]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class UAMappedNode : public OpcLabs.BaseLib.LiveMapping.MappedObject, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2  
Remarks
You may (but do not have to) use this class as a base class for your objects that you map to OPC Data Access nodes. The class is already annotated with the UATypeAttribute, and contains properties that are mapped to useful meta-members, such as the NodeDescriptor.
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.LiveMapping.MappedObject
         OpcLabs.EasyOpc.UA.LiveMapping.UAMappedNode

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also