DevForce Help Reference
UniqueIdCollection Class Members
Properties  Methods 


The following tables list the members exposed by UniqueIdCollection.

Public Constructors
 NameDescription
Public ConstructorUniqueIdCollection ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyComparer (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public PropertyContainsIdentityIds Returns whether the list contains any auto-incrementing (Identity) properties.  
Public PropertyCount (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Top
Public Methods
 NameDescription
Public MethodAdd (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodAddRange Adds a collection of UniqueIds to this collection.  
Public MethodClear (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodContains (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodCopyToOverloaded.  (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodEquals (Inherited from object)
Public MethodExceptWith (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodGetEnumerator (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodGetHashCode (Inherited from object)
Public MethodGetObjectData (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodGetType (Inherited from object)
Public MethodIntersectWith (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodIsProperSubsetOf (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodIsProperSupersetOf (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodIsSubsetOf (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodIsSupersetOf (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodOnDeserialization (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodOverlaps (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodRemove (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodRemoveWhere (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodSetEquals (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodSymmetricExceptWith (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodToString (Inherited from object)
Public MethodTrimExcess (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Public MethodUnionWith (Inherited from System.Collections.Generic.HashSet<UniqueId>)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
Extension Methods
 NameDescription
Public Extension MethodAll<T> Returns true if all items in a cached collection satisfy the given predicate.
Public Extension MethodAllEqualOverloaded.  Returns true if all items in a cached collection are equal.
Public Extension MethodAny<T> Returns true if any of the items in the indexed collection in cache satisfy the given predicate.
Public Extension MethodConcat<T> Concatenates two sequences.
Public Extension MethodDistinct<TSource,TResult> Returns distinct elements from a sequence by using a specified selector function to project objects to compare.
Public Extension MethodExcept<TSource,TResult> Produces the set difference of two sequences by using a specified selector function to compare values.
Public Extension MethodForEachOverloaded.  Enumerate a cached collection performing the specified action on each item.
Public Extension MethodGetAggregateHashCode Returns a hashcode for a collection that uses a similar algorithm to that used by the .NET Tuple class. Order matters.
Public Extension MethodIndexOf<T> Returns the index of the first item in the sequence matching a condition, or -1 if no match found.
Public Extension MethodIntersect<TSource,TResult> Produces the set intersection of two sequences by using a specified selector function to project objects to compare.
Public Extension MethodRepeat<T> Repeat the items enumerable count times.
Public Extension MethodToAggregateString Concatenates the string version of each element in a collection using the delimiter provided.
Public Extension MethodToHashSet<T>Returns a HashSet of the specified collection.
Public Extension MethodUnion<TSource,TResult> Produces the set union of two sequences by using a specified selector function to project objects to compare.
Top
See Also

Reference

UniqueIdCollection Class
IdeaBlade.EntityModel Namespace

Send Feedback