Connectivity Software User's Guide and Reference
UAClientDataMapping Class
Members 



OpcLabs.EasyOpcUACore Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace : UAClientDataMapping Class
A data mapping based on OPC Unified Architecture (OPC-UA) specification.
Object Model
UAClientDataMapping ClassAbstractLinkingTarget ClassUAClientDataMappingSource ClassAbstractMapping Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public NotInheritable Class UAClientDataMapping 
   Inherits UAMapping
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2 
'Usage
 
Dim instance As UAClientDataMapping
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public sealed class UAClientDataMapping : UAMapping, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2  
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class UAClientDataMapping sealed : public UAMapping, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.LiveMapping.AbstractMapping
         OpcLabs.EasyOpc.UA.LiveMapping.UAMapping
            OpcLabs.EasyOpc.UA.LiveMapping.UAClientDataMapping

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