QuickOPC User's Guide and Reference
CompositeConnectivity Class
Members 



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Connectivity Namespace : CompositeConnectivity Class
Provides connectivity composed of other (constituent) connectivities.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<ProvidePropertyAttribute("IsIncluded", OpcLabs.BaseLib.Connectivity.IConnectivity)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<DesignerCategoryAttribute("Component")>
<SerializableAttribute()>
Public Class CompositeConnectivity 
   Inherits ConnectivityBase
   Implements OpcLabs.BaseLib.Collections.Generic.INonNullEnumerable(Of IConnectivity), IConnectivity, OpcLabs.BaseLib.IValueEquatable, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, OpcLabs.BaseLib.Widgets.ComTypes._Widget, OpcLabs.BaseLib.Widgets.IWidget, System.Collections.Generic.IEnumerable(Of IConnectivity), System.Collections.Generic.IEnumerable(Of T), System.Collections.IEnumerable, System.ComponentModel.IComponent, System.ComponentModel.IExtenderProvider, System.ICloneable, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As CompositeConnectivity
[CLSCompliant(true)]
[ComVisible(false)]
[ProvideProperty("IsIncluded", OpcLabs.BaseLib.Connectivity.IConnectivity)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[DesignerCategory("Component")]
[Serializable()]
public class CompositeConnectivity : ConnectivityBase, OpcLabs.BaseLib.Collections.Generic.INonNullEnumerable<IConnectivity>, IConnectivity, OpcLabs.BaseLib.IValueEquatable, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, OpcLabs.BaseLib.Widgets.ComTypes._Widget, OpcLabs.BaseLib.Widgets.IWidget, System.Collections.Generic.IEnumerable<IConnectivity>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ComponentModel.IComponent, System.ComponentModel.IExtenderProvider, System.ICloneable, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComVisible(false)]
[ProvideProperty("IsIncluded", OpcLabs.BaseLib.Connectivity.IConnectivity)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[DesignerCategory("Component")]
[Serializable()]
public ref class CompositeConnectivity : public ConnectivityBase, OpcLabs.BaseLib.Collections.Generic.INonNullEnumerable<IConnectivity>, IConnectivity, OpcLabs.BaseLib.IValueEquatable, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, OpcLabs.BaseLib.Widgets.ComTypes._Widget, OpcLabs.BaseLib.Widgets.IWidget, System.Collections.Generic.IEnumerable<IConnectivity>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ComponentModel.IComponent, System.ComponentModel.IExtenderProvider, System.ICloneable, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         OpcLabs.BaseLib.Widgets.Widget
               OpcLabs.BaseLib.Connectivity.CompositeConnectivity

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