Connectivity Software User's Guide and Reference
UATypeMappingDefinition Class
Members 



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace : UATypeMappingDefinition Class
Type mapping definitions for a type that is mapped to OPC Unified Architecture (OPC-UA).
Object Model
UATypeMappingDefinition ClassUADataChangeFilterAttribute ClassUAMonitoringAttribute ClassUANamespaceAttribute ClassUANodeIdTemplateAttribute ClassUAReadAttribute ClassUASubscriptionAttribute Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<CLSCompliantAttribute(True)>
Public NotInheritable Class UATypeMappingDefinition 
   Inherits OpcLabs.BaseLib.LiveMapping.AbstractTypeMappingDefinition
'Usage
 
Dim instance As UATypeMappingDefinition
[ComVisible(false)]
[CLSCompliant(true)]
public sealed class UATypeMappingDefinition : OpcLabs.BaseLib.LiveMapping.AbstractTypeMappingDefinition 
[ComVisible(false)]
[CLSCompliant(true)]
public ref class UATypeMappingDefinition sealed : public OpcLabs.BaseLib.LiveMapping.AbstractTypeMappingDefinition 
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.LiveMapping.AbstractTypeMappingDefinition
      OpcLabs.EasyOpc.UA.LiveMapping.UATypeMappingDefinition

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