DevForce Help Reference
UniqueIdMap Class Members
Properties  Methods 


The following tables list the members exposed by UniqueIdMap.

Public Constructors
 NameDescription
Public ConstructorUniqueIdMap ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyComparer (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Public PropertyCount (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Public PropertyItem (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Public PropertyKeys (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Public PropertyValues (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Top
Public Methods
 NameDescription
Public MethodAdd (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Public MethodAddCollectionAdds a UniqueIdCollection items.  
Public MethodAddMap Adds another UniqueIdMap to this one.  
Public MethodClear (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Public MethodContainsKey (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Public MethodContainsValue (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Public MethodEquals (Inherited from object)
Public MethodGetEnumerator (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Public MethodGetHashCode (Inherited from object)
Public MethodGetObjectData (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Public MethodGetType (Inherited from object)
Public MethodOnDeserialization (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Public MethodRemove (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
Public MethodToCollectionReturns the items in the map as a UniqueIdCollection  
Public MethodToString (Inherited from object)
Public MethodTryGetValue (Inherited from System.Collections.Generic.Dictionary<UniqueId,object>)
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

UniqueIdMap Class
IdeaBlade.EntityModel Namespace
IIdGenerator Interface

Send Feedback