[]
        
(Showing Draft Content)

C1.Data.DataSource.GroupDescriptorCollection

GroupDescriptorCollection Class

Collection of GroupDescriptor dependency objects.

Namespace: C1.Data.DataSource
Assembly: C1.Data.Entity.4.8.dll
Syntax
public class GroupDescriptorCollection : DependencyObjectCollection<GroupDescriptor>, IList<GroupDescriptor>, ICollection<GroupDescriptor>, IList, ICollection, IReadOnlyList<GroupDescriptor>, IReadOnlyCollection<GroupDescriptor>, IEnumerable<GroupDescriptor>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class GroupDescriptorCollection
    Inherits DependencyObjectCollection(Of GroupDescriptor)
    Implements IList(Of GroupDescriptor), ICollection(Of GroupDescriptor), IList, ICollection, IReadOnlyList(Of GroupDescriptor), IReadOnlyCollection(Of GroupDescriptor), IEnumerable(Of GroupDescriptor), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
GroupDescriptorCollection()

Initializes a new instance of the GroupDescriptorCollection class.

Extension Methods