OPC Studio User's Guide and Reference
AbstractMapping Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace : AbstractMapping Class
An abstract mapping between a mapping source and a linking target.
Object Model
AbstractMapping ClassAbstractLinkingTarget ClassAbstractMappingSource ClassAbstractMapping Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public MustInherit Class AbstractMapping 
   Inherits OpcLabs.BaseLib.Object2
   Implements OpcLabs.BaseLib.ComTypes._Object2 
'Usage
 
Dim instance As AbstractMapping
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public abstract class AbstractMapping : OpcLabs.BaseLib.Object2, OpcLabs.BaseLib.ComTypes._Object2  
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class AbstractMapping abstract : public OpcLabs.BaseLib.Object2, OpcLabs.BaseLib.ComTypes._Object2  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.LiveMapping.AbstractMapping
         OpcLabs.EasyOpc.DataAccess.LiveMapping.DAFolderMapping
         OpcLabs.EasyOpc.DataAccess.LiveMapping.DAItemMapping
         OpcLabs.EasyOpc.DataAccess.LiveMapping.DAPropertyMapping
         OpcLabs.EasyOpc.UA.LiveMapping.UAMapping

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