The INavigationSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds an IEntity to this collection - if an entity is added that is already in the collection, the add is ignored.
|
|
Clear |
Clears this collection.
|
|
Contains |
Returns whether an IEntity is part of this collection.
|
|
GetEnumerator |
Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
|
Remove |
Removes an IEntity from this collection.
|
Extension Methods
Name | Description | |
---|---|---|
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.) |
|
ToAggregateString |
Concatenates the string version of each element in a collection using the delimiter provided.
(Defined by EnumerableFns.) |
See Also