QuickOPC User's Guide and Reference
AbstractMappingContext Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace : AbstractMappingContext Class
An abstract mapping context.
Object Model
AbstractMappingContext ClassAbstractMapping Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
Public MustInherit Class AbstractMappingContext 
   Implements System.ICloneable 
'Usage
 
Dim instance As AbstractMappingContext
[CLSCompliant(true)]
[ComVisible(false)]
public abstract class AbstractMappingContext : System.ICloneable  
[CLSCompliant(true)]
[ComVisible(false)]
public ref class AbstractMappingContext abstract : public System.ICloneable  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.LiveMapping.AbstractMappingContext
      OpcLabs.EasyOpc.LiveMapping.CommonMappingContext
      OpcLabs.EasyOpc.UA.LiveMapping.UAMappingContext

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