QuickOPC User's Guide and Reference
UAWriterGroupDataCollection Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace : UAWriterGroupDataCollection Class
A collection of OPC-UA writer groups.
Object Model
UAWriterGroupDataCollection ClassUAWriterGroupData Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection)>
<ComVisibleAttribute(True)>
<GuidAttribute("BA262886-6999-4975-9D30-662202EAE572")>
<TypeConverterAttribute(System.ComponentModel.CollectionConverter)>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
<SerializableAttribute()>
Public NotInheritable Class UAWriterGroupDataCollection 
   Inherits OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection(Of String,UAWriterGroupData)
   Implements OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection, System.Collections.Generic.ICollection(Of UAWriterGroupData), System.Collections.Generic.IEnumerable(Of UAWriterGroupData), System.Collections.Generic.IList(Of UAWriterGroupData), System.Collections.Generic.IReadOnlyCollection(Of UAWriterGroupData), System.Collections.Generic.IReadOnlyList(Of UAWriterGroupData), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable 
'Usage
 
Dim instance As UAWriterGroupDataCollection
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection)]
[ComVisible(true)]
[Guid("BA262886-6999-4975-9D30-662202EAE572")]
[TypeConverter(System.ComponentModel.CollectionConverter)]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
[Serializable()]
public sealed class UAWriterGroupDataCollection : OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection<string,UAWriterGroupData>, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection, System.Collections.Generic.ICollection<UAWriterGroupData>, System.Collections.Generic.IEnumerable<UAWriterGroupData>, System.Collections.Generic.IList<UAWriterGroupData>, System.Collections.Generic.IReadOnlyCollection<UAWriterGroupData>, System.Collections.Generic.IReadOnlyList<UAWriterGroupData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection)]
[ComVisible(true)]
[Guid("BA262886-6999-4975-9D30-662202EAE572")]
[TypeConverter(System.ComponentModel.CollectionConverter)]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
[Serializable()]
public ref class UAWriterGroupDataCollection sealed : public OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection<String,UAWriterGroupData>, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection, System.Collections.Generic.ICollection<UAWriterGroupData>, System.Collections.Generic.IEnumerable<UAWriterGroupData>, System.Collections.Generic.IList<UAWriterGroupData>, System.Collections.Generic.IReadOnlyCollection<UAWriterGroupData>, System.Collections.Generic.IReadOnlyList<UAWriterGroupData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable  
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
               OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupDataCollection

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