OPC Studio User's Guide and Reference
DAMappingSource Class
Members 



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace : DAMappingSource Class
A mapping source for OPC Data Access specification.
Object Model
DAMappingSource ClassDANodeDescriptor ClassServerDescriptor Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public MustInherit Class DAMappingSource 
   Inherits OpcLabs.EasyOpc.LiveMapping.CommonMappingSource
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2 
'Usage
 
Dim instance As DAMappingSource
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public abstract class DAMappingSource : OpcLabs.EasyOpc.LiveMapping.CommonMappingSource, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2  
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class DAMappingSource abstract : public OpcLabs.EasyOpc.LiveMapping.CommonMappingSource, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.LiveMapping.AbstractMappingSource
         OpcLabs.EasyOpc.LiveMapping.CommonMappingSource
            OpcLabs.EasyOpc.DataAccess.LiveMapping.DAMappingSource
               OpcLabs.EasyOpc.DataAccess.LiveMapping.DAFolderSource
               OpcLabs.EasyOpc.DataAccess.LiveMapping.DAItemSource
               OpcLabs.EasyOpc.DataAccess.LiveMapping.DAPropertySource

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