An observable collection of EntityViewSource objects.

Namespace:  C1.Win.Data.Entities
Assembly:  C1.Win.Data.Entity (in C1.Win.Data.Entity.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class EntityViewSourceCollection : ObservableCollection<EntityViewSource>
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class EntityViewSourceCollection _
	Inherits ObservableCollection(Of EntityViewSource)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'EntityViewSource>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'EntityViewSource>)>)>
      C1.Win.Data.Entities..::..EntityViewSourceCollection

See Also