NotifiableCollectionT Methods Breeze.sharp

The NotifiableCollectionT generic type exposes the following members.

Methods

  Name Description
Public method Add (Inherited from CollectionT.)
Protected method ChangeItemKey
Changes the key associated with the specified element in the lookup dictionary.
(Inherited from KeyedCollectionT, T.)
Public method Clear (Inherited from CollectionT.)
Protected method ClearItems (Overrides KeyedCollectionTKey, TItemClearItems.)
Public method Contains
Determines whether the collection contains an element with the specified key.
(Inherited from KeyedCollectionT, T.)
Public method CopyTo (Inherited from CollectionT.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator (Inherited from CollectionT.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected method GetKeyForItem (Overrides KeyedCollectionTKey, TItemGetKeyForItem(TItem).)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf (Inherited from CollectionT.)
Public method Insert (Inherited from CollectionT.)
Protected method InsertItem (Overrides KeyedCollectionTKey, TItemInsertItem(Int32, TItem).)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove (Inherited from KeyedCollectionT, T.)
Public method RemoveAt (Inherited from CollectionT.)
Protected method RemoveItem (Overrides KeyedCollectionTKey, TItemRemoveItem(Int32).)
Protected method SetItem (Overrides KeyedCollectionTKey, TItemSetItem(Int32, TItem).)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference