Connectivity Software User's Guide and Reference
UAMappingSource Class
Members 



OpcLabs.EasyOpcUACore Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace : UAMappingSource Class
A mapping source for OPC "Classic" specifications.
Object Model
UAMappingSource ClassUAEndpointDescriptor Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public MustInherit Class UAMappingSource 
   Inherits OpcLabs.BaseLib.LiveMapping.AbstractMappingSource
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2 
'Usage
 
Dim instance As UAMappingSource
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public abstract class UAMappingSource : OpcLabs.BaseLib.LiveMapping.AbstractMappingSource, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2  
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class UAMappingSource abstract : public OpcLabs.BaseLib.LiveMapping.AbstractMappingSource, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.LiveMapping.AbstractMappingSource
         OpcLabs.EasyOpc.UA.LiveMapping.UAMappingSource
            OpcLabs.EasyOpc.UA.LiveMapping.UAClientDataMappingSource

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