QuickOPC User's Guide and Reference
UADataSetFolderDataCollection Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace : UADataSetFolderDataCollection Class
A collection of OPC-UA dataset folders.
Object Model
UADataSetFolderDataCollection ClassUADataSetFolderData Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UADataSetFolderDataCollection)>
<ComVisibleAttribute(True)>
<GuidAttribute("5BD9679C-77B7-4968-BA3A-F12936064F8B")>
<TypeConverterAttribute(System.ComponentModel.CollectionConverter)>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
<SerializableAttribute()>
Public NotInheritable Class UADataSetFolderDataCollection 
   Inherits OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection(Of String,UADataSetFolderData)
   Implements OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UADataSetFolderDataCollection, System.Collections.Generic.ICollection(Of UADataSetFolderData), System.Collections.Generic.IEnumerable(Of UADataSetFolderData), System.Collections.Generic.IList(Of UADataSetFolderData), System.Collections.Generic.IReadOnlyCollection(Of UADataSetFolderData), System.Collections.Generic.IReadOnlyList(Of UADataSetFolderData), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable 
'Usage
 
Dim instance As UADataSetFolderDataCollection
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UADataSetFolderDataCollection)]
[ComVisible(true)]
[Guid("5BD9679C-77B7-4968-BA3A-F12936064F8B")]
[TypeConverter(System.ComponentModel.CollectionConverter)]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
[Serializable()]
public sealed class UADataSetFolderDataCollection : OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection<string,UADataSetFolderData>, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UADataSetFolderDataCollection, System.Collections.Generic.ICollection<UADataSetFolderData>, System.Collections.Generic.IEnumerable<UADataSetFolderData>, System.Collections.Generic.IList<UADataSetFolderData>, System.Collections.Generic.IReadOnlyCollection<UADataSetFolderData>, System.Collections.Generic.IReadOnlyList<UADataSetFolderData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UADataSetFolderDataCollection)]
[ComVisible(true)]
[Guid("5BD9679C-77B7-4968-BA3A-F12936064F8B")]
[TypeConverter(System.ComponentModel.CollectionConverter)]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
[Serializable()]
public ref class UADataSetFolderDataCollection sealed : public OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection<String,UADataSetFolderData>, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UADataSetFolderDataCollection, System.Collections.Generic.ICollection<UADataSetFolderData>, System.Collections.Generic.IEnumerable<UADataSetFolderData>, System.Collections.Generic.IList<UADataSetFolderData>, System.Collections.Generic.IReadOnlyCollection<UADataSetFolderData>, System.Collections.Generic.IReadOnlyList<UADataSetFolderData>, 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.UADataSetFolderDataCollection

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