UniqueIdCollection Class Breeze.sharp
Represents a collection of UniqueId objects.
Inheritance Hierarchy

SystemObject
  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

public class UniqueIdCollection : HashSet<UniqueId>

The UniqueIdCollection type exposes the following members.

Constructors

  NameDescription
Public methodUniqueIdCollection
Ctor.
Public methodUniqueIdCollection(IEnumerableUniqueId)
Ctor.
Top
Methods

  NameDescription
Public methodAdd
Adds the specified element to a set.
(Inherited from HashSetUniqueId.)
Public methodAddRange
Adds a collection of UniqueIds to this collection.
Public methodClear (Inherited from HashSetUniqueId.)
Public methodContains (Inherited from HashSetUniqueId.)
Public methodCopyTo(T) (Inherited from HashSetUniqueId.)
Public methodCopyTo(T, Int32) (Inherited from HashSetUniqueId.)
Public methodCopyTo(T, Int32, Int32) (Inherited from HashSetUniqueId.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExceptWith (Inherited from HashSetUniqueId.)
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 HashSetUniqueId.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersectWith
Modifies the current HashSetT object to contain only elements that are present in that object and in the specified collection.
(Inherited from HashSetUniqueId.)
Public methodIsProperSubsetOf (Inherited from HashSetUniqueId.)
Public methodIsProperSupersetOf (Inherited from HashSetUniqueId.)
Public methodIsSubsetOf (Inherited from HashSetUniqueId.)
Public methodIsSupersetOf (Inherited from HashSetUniqueId.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOverlaps (Inherited from HashSetUniqueId.)
Public methodRemove (Inherited from HashSetUniqueId.)
Public methodRemoveWhere (Inherited from HashSetUniqueId.)
Public methodSetEquals (Inherited from HashSetUniqueId.)
Public methodSymmetricExceptWith
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrimExcess
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.)
Public methodUnionWith
Modifies the current HashSetT object to contain all elements that are present in itself, the specified collection, or both.
(Inherited from HashSetUniqueId.)
Top
Properties

  NameDescription
Public propertyComparer (Inherited from HashSetUniqueId.)
Public propertyContainsIdentityIds
Returns whether the list contains any auto-incrementing (Identity) properties.
Public propertyCount
Gets the number of elements that are contained in a set.
(Inherited from HashSetUniqueId.)
Top
See Also

Reference