QuickOPC User's Guide and Reference
IEasyDAClientExtension Class
Members 



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace : IEasyDAClientExtension Class
Contains extension methods to the IEasyDAClient interface.
Syntax
'Declaration
 
<ExtensionAttribute()>
<ComVisibleAttribute(False)>
<ExceptionContractVerificationAttribute(True)>
Public MustInherit NotInheritable Class IEasyDAClientExtension 
'Usage
 
Dim instance As IEasyDAClientExtension
[Extension()]
[ComVisible(false)]
[ExceptionContractVerification(true)]
public static class IEasyDAClientExtension 
[Extension()]
[ComVisible(false)]
[ExceptionContractVerification(true)]
public ref class IEasyDAClientExtension abstract sealed 
Remarks

NOTE: This class is intentionally *not* placed in the Extensions namespace, but rather alongside the extendee. The extension methods in this class are commonly used, and from the point of view of the developer, can be considered as part of the interface. In addition, this placement allows less namespaces references in typical projects, and better consistency with the COM interfaces (as only methods from this extension class may appear in the COM interfaces).

Other extension classes may exist as well.

Inheritance Hierarchy

System.Object
   OpcLabs.EasyOpc.DataAccess.IEasyDAClientExtension

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

IEasyDAClientExtension Members
OpcLabs.EasyOpc.DataAccess Namespace