NavigationSetT Methods Breeze.sharp

The NavigationSetT 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 NotifiableCollectionTClearItems.)
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 (Inherited from NotifiableCollectionT.)
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 NotifiableCollectionTInsertItem(Int32, T).)
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 NotifiableCollectionTRemoveItem(Int32).)
Protected method SetItem (Overrides NotifiableCollectionTSetItem(Int32, T).)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods

  Name Description
Public Extension Method GetAggregateHashCode
Returns a hashcode for a collection that uses a similar algorithm to that used by the .NET Tuple class. Order matters.
(Defined by EnumerableFns.)
Public Extension Method ToAggregateString
Concatenates the string version of each element in a collection using the delimiter provided.
(Defined by EnumerableFns.)
Top
See Also

Reference