OPC Studio 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)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public MustInherit Class AbstractMappingContext 
   Inherits OpcLabs.BaseLib.Object2
   Implements OpcLabs.BaseLib.ComTypes._Object2, System.ICloneable 
'Usage
 
Dim instance As AbstractMappingContext
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public abstract class AbstractMappingContext : OpcLabs.BaseLib.Object2, OpcLabs.BaseLib.ComTypes._Object2, System.ICloneable  
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class AbstractMappingContext abstract : public OpcLabs.BaseLib.Object2, OpcLabs.BaseLib.ComTypes._Object2, System.ICloneable  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      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