The EntityViewSourceCollection type exposes the following members.

Constructors

  Name Description
Public method EntityViewSourceCollection

Methods

  Name Description
Public method Add (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Protected method BlockReentrancy (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)
Protected method CheckReentrancy (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)
Public method Clear (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Protected method ClearItems (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)
Public method Contains (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Public method CopyTo (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Public method Insert (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Protected method InsertItem (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Move (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)
Protected method MoveItem (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)
Protected method OnCollectionChanged (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)
Protected method OnPropertyChanged (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)
Public method Remove (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Public method RemoveAt (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Protected method RemoveItem (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)
Protected method SetItem (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Count (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Public property Item[([( Int32])]) (Inherited from Collection<(Of <(<'EntityViewSource>)>)>Collection<(Of <(<'T>)>)>.)
Public property Item[([( String])])
Gets the EntityViewSource with the given name.
Protected property Items (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)

Events

  Name Description
Public event CollectionChanged (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)
Protected event PropertyChanged (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IList..::..Add (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private method IList..::..Contains (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private method ICollection..::..CopyTo (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private method IEnumerable..::..GetEnumerator (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private method IList..::..IndexOf (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private method IList..::..Insert (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private property IList..::..IsFixedSize (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private property ICollection<(Of <<'(T>)>>)..::..IsReadOnly (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private property IList..::..IsReadOnly (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private property ICollection..::..IsSynchronized (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private property IList..::..Item (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private event INotifyPropertyChanged..::..PropertyChanged (Inherited from ObservableCollection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private method IList..::..Remove (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)
Explicit interface implemetation Private property ICollection..::..SyncRoot (Inherited from Collection<(Of <(<'EntityViewSource>)>)>.)

See Also