QuickOPC User's Guide and Reference
AbstractMappingSource Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace : AbstractMappingSource Class
An abstract mapping source.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public MustInherit Class AbstractMappingSource 
'Usage
 
Dim instance As AbstractMappingSource
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public abstract class AbstractMappingSource 
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class AbstractMappingSource abstract 
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.LiveMapping.AbstractMappingSource
      OpcLabs.EasyOpc.LiveMapping.CommonMappingSource
      OpcLabs.EasyOpc.UA.LiveMapping.UAMappingSource

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