NavigationSetT Class Breeze.sharp
Concrete strongly typed implementation of the INavigationSet interface. Used, by default, for as the return type for all nonscalar navigation properties.
Inheritance Hierarchy

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

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

public class NavigationSet<T> : NotifiableCollection<T>, 
	INavigationSet, IEnumerable, INotifyPropertyChanged, INotifyCollectionChanged
where T : IEntity

Type Parameters

T

The NavigationSetT type exposes the following members.

Constructors

  NameDescription
Public methodNavigationSetT
Ctor.
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 NotifiableCollectionTClearItems.)
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 (Inherited from NotifiableCollectionT.)
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 NotifiableCollectionTInsertItem(Int32, T).)
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 NotifiableCollectionTRemoveItem(Int32).)
Protected methodSetItem (Overrides NotifiableCollectionTSetItem(Int32, T).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodGetAggregateHashCode
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 MethodToAggregateString
Concatenates the string version of each element in a collection using the delimiter provided.
(Defined by EnumerableFns.)
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.)
Public propertyNavigationProperty
Public propertyParentEntity
Top
Events

  NameDescription
Public eventCollectionChanged
Raised when the collection changes.
(Inherited from NotifiableCollectionT.)
Public eventPropertyChanged
Raised when a property value changes.
(Inherited from NotifiableCollectionT.)
Top
See Also

Reference