Connectivity Software User's Guide and Reference
UAMappingContext Class
Members 



OpcLabs.EasyOpcUACore Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace : UAMappingContext Class
A mapping context for OPC Unified Architecture (OPC-UA) specifications.
Object Model
UAMappingContext ClassUAEndpointDescriptor ClassUAMonitoringParameters ClassUANodeDescriptor ClassAbstractMapping ClassUAReadParameters ClassUASubscriptionParameters Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public NotInheritable Class UAMappingContext 
   Inherits OpcLabs.BaseLib.LiveMapping.AbstractMappingContext
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2, System.ICloneable 
'Usage
 
Dim instance As UAMappingContext
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public sealed class UAMappingContext : OpcLabs.BaseLib.LiveMapping.AbstractMappingContext, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2, System.ICloneable  
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class UAMappingContext sealed : public OpcLabs.BaseLib.LiveMapping.AbstractMappingContext, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2, System.ICloneable  
Inheritance Hierarchy

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