Represents a collection of UniqueId objects.
Inheritance Hierarchy
System.Collections.GenericHashSetUniqueId
Breeze.SharpUniqueIdCollection
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
The UniqueIdCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UniqueIdCollection |
Ctor.
| |
UniqueIdCollection(IEnumerableUniqueId) |
Ctor.
|
Methods
Name | Description | |
---|---|---|
Add | Adds the specified element to a set. (Inherited from HashSetUniqueId.) | |
AddRange |
Adds a collection of UniqueIds to this collection.
| |
Clear | Removes all elements from a HashSetT object. (Inherited from HashSetUniqueId.) | |
Contains | Determines whether a HashSetT object contains the specified element. (Inherited from HashSetUniqueId.) | |
CopyTo(T) | Copies the elements of a HashSetT object to an array. (Inherited from HashSetUniqueId.) | |
CopyTo(T, Int32) | Copies the elements of a HashSetT object to an array, starting at the specified array index. (Inherited from HashSetUniqueId.) | |
CopyTo(T, Int32, Int32) | Copies the specified number of elements of a HashSetT object to an array, starting at the specified array index. (Inherited from HashSetUniqueId.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExceptWith | Removes all elements in the specified collection from the current HashSetT object. (Inherited from HashSetUniqueId.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through a HashSetT object. (Inherited from HashSetUniqueId.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IntersectWith | Modifies the current HashSetT object to contain only elements that are present in that object and in the specified collection. (Inherited from HashSetUniqueId.) | |
IsProperSubsetOf | Determines whether a HashSetT object is a proper subset of the specified collection. (Inherited from HashSetUniqueId.) | |
IsProperSupersetOf | Determines whether a HashSetT object is a proper superset of the specified collection. (Inherited from HashSetUniqueId.) | |
IsSubsetOf | Determines whether a HashSetT object is a subset of the specified collection. (Inherited from HashSetUniqueId.) | |
IsSupersetOf | Determines whether a HashSetT object is a superset of the specified collection. (Inherited from HashSetUniqueId.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Overlaps | Determines whether the current HashSetT object and a specified collection share common elements. (Inherited from HashSetUniqueId.) | |
Remove | Removes the specified element from a HashSetT object. (Inherited from HashSetUniqueId.) | |
RemoveWhere | Removes all elements that match the conditions defined by the specified predicate from a HashSetT collection. (Inherited from HashSetUniqueId.) | |
SetEquals | Determines whether a HashSetT object and the specified collection contain the same elements. (Inherited from HashSetUniqueId.) | |
SymmetricExceptWith | Modifies the current HashSetT object to contain only elements that are present either in that object or in the specified collection, but not both. (Inherited from HashSetUniqueId.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TrimExcess | Sets the capacity of a HashSetT object to the actual number of elements it contains, rounded up to a nearby, implementation-specific value. (Inherited from HashSetUniqueId.) | |
UnionWith | Modifies the current HashSetT object to contain all elements that are present in itself, the specified collection, or both. (Inherited from HashSetUniqueId.) |
Properties
Name | Description | |
---|---|---|
Comparer | Gets the IEqualityComparerT object that is used to determine equality for the values in the set. (Inherited from HashSetUniqueId.) | |
ContainsIdentityIds |
Returns whether the list contains any auto-incrementing (Identity) properties.
| |
Count | Gets the number of elements that are contained in a set. (Inherited from HashSetUniqueId.) |
See Also