NotifiableCollectionT Class Breeze.sharp
Represents an observable set of unique values.
Inheritance Hierarchy

SystemObject
  System.Collections.ObjectModelCollectionT
    System.Collections.ObjectModelKeyedCollectionT, T
      Breeze.Sharp.CoreNotifiableCollectionT
        Breeze.SharpNavigationSetT

Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public class NotifiableCollection<T> : KeyedCollection<T, T>, 
	INotifyCollectionChanged, INotifyPropertyChanged, IDisposable

Type Parameters

T
The type of elements in the hash set.

The NotifiableCollectionT type exposes the following members.

Constructors

  NameDescription
Public methodNotifiableCollectionT
Initializes a new instance of the [!:ObservableHashSet<T>] class.
Public methodNotifiableCollectionT(IEnumerableT)
Initializes a new instance of the [!:ObservableHashSet<T>] class.
Public methodNotifiableCollectionT(IEqualityComparerT)
Initializes a new instance of the [!:ObservableHashSet<T>] class.
Public methodNotifiableCollectionT(IEnumerableT, IEqualityComparerT)
Initializes a new instance of the [!:ObservableHashSet<T>] class.
Top
Methods

  NameDescription
Public methodAdd (Inherited from CollectionT.)
Protected methodChangeItemKey
Changes the key associated with the specified element in the lookup dictionary.
(Inherited from KeyedCollectionT, T.)
Public methodClear (Inherited from CollectionT.)
Protected methodClearItems (Overrides KeyedCollectionTKey, TItemClearItems.)
Public methodContains
Determines whether the collection contains an element with the specified key.
(Inherited from KeyedCollectionT, T.)
Public methodCopyTo (Inherited from CollectionT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetKeyForItem (Overrides KeyedCollectionTKey, TItemGetKeyForItem(TItem).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionT.)
Public methodInsert (Inherited from CollectionT.)
Protected methodInsertItem (Overrides KeyedCollectionTKey, TItemInsertItem(Int32, TItem).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from KeyedCollectionT, T.)
Public methodRemoveAt (Inherited from CollectionT.)
Protected methodRemoveItem (Overrides KeyedCollectionTKey, TItemRemoveItem(Int32).)
Protected methodSetItem (Overrides KeyedCollectionTKey, TItemSetItem(Int32, TItem).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyComparer
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Inherited from KeyedCollectionT, T.)
Public propertyCount (Inherited from CollectionT.)
Protected propertyDictionary (Inherited from KeyedCollectionT, T.)
Public propertyItemTKey
Gets the element with the specified key.
(Inherited from KeyedCollectionT, T.)
Public propertyItemInt32
Gets or sets the element at the specified index.
(Inherited from CollectionT.)
Protected propertyItems (Inherited from CollectionT.)
Top
Events

  NameDescription
Public eventCollectionChanged
Raised when the collection changes.
Public eventPropertyChanged
Raised when a property value changes.
Top
See Also

Reference