QuickOPC User's Guide and Reference
UADataSetWriterDataCollection Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace : UADataSetWriterDataCollection Class
A collection of OPC-UA dataset writers.
Object Model
UADataSetWriterDataCollection ClassUADataSetWriterData Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UADataSetWriterDataCollection)>
<ComVisibleAttribute(True)>
<GuidAttribute("11C65BF7-0789-48D3-AAA1-6BCC5F7D52CF")>
<TypeConverterAttribute(System.ComponentModel.CollectionConverter)>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
<SerializableAttribute()>
Public NotInheritable Class UADataSetWriterDataCollection 
   Inherits OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection(Of String,UADataSetWriterData)
   Implements OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UADataSetWriterDataCollection, System.Collections.Generic.ICollection(Of UADataSetWriterData), System.Collections.Generic.IEnumerable(Of UADataSetWriterData), System.Collections.Generic.IList(Of UADataSetWriterData), System.Collections.Generic.IReadOnlyCollection(Of UADataSetWriterData), System.Collections.Generic.IReadOnlyList(Of UADataSetWriterData), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable 
'Usage
 
Dim instance As UADataSetWriterDataCollection
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UADataSetWriterDataCollection)]
[ComVisible(true)]
[Guid("11C65BF7-0789-48D3-AAA1-6BCC5F7D52CF")]
[TypeConverter(System.ComponentModel.CollectionConverter)]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
[Serializable()]
public sealed class UADataSetWriterDataCollection : OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection<string,UADataSetWriterData>, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UADataSetWriterDataCollection, System.Collections.Generic.ICollection<UADataSetWriterData>, System.Collections.Generic.IEnumerable<UADataSetWriterData>, System.Collections.Generic.IList<UADataSetWriterData>, System.Collections.Generic.IReadOnlyCollection<UADataSetWriterData>, System.Collections.Generic.IReadOnlyList<UADataSetWriterData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UADataSetWriterDataCollection)]
[ComVisible(true)]
[Guid("11C65BF7-0789-48D3-AAA1-6BCC5F7D52CF")]
[TypeConverter(System.ComponentModel.CollectionConverter)]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
[Serializable()]
public ref class UADataSetWriterDataCollection sealed : public OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection<String,UADataSetWriterData>, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UADataSetWriterDataCollection, System.Collections.Generic.ICollection<UADataSetWriterData>, System.Collections.Generic.IEnumerable<UADataSetWriterData>, System.Collections.Generic.IList<UADataSetWriterData>, System.Collections.Generic.IReadOnlyCollection<UADataSetWriterData>, System.Collections.Generic.IReadOnlyList<UADataSetWriterData>, 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.UADataSetWriterDataCollection

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