DevForce Help Reference
EntityKeyList Class Members
Properties  Methods 


The following tables list the members exposed by EntityKeyList.

Public Constructors
 NameDescription
Public ConstructorEntityKeyList ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Public PropertyEntityTypeThe IEntity type associated with this primary key.  
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Top
Protected Properties
Public Methods
 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Public MethodEquals (Inherited from object)
Public Methodstatic (Shared in Visual Basic)FromEntities<T> Construct an EntityKeyList from a collection of entities.  
Public Methodstatic (Shared in Visual Basic)FromEntity Build a EntityKeyList from a single entity.  
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Public MethodToKeyQueryReturns an EntityKeyQuery for this list of entity keys.  
Public MethodToQueryReturns an EntityQuery to retrieve the items in this key list.  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodClearItems (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Protected MethodFinalize (Inherited from object)
Protected MethodInsertItemOverridden. Inserts an element into the Collection at the specified index.  
Protected MethodMemberwiseClone (Inherited from object)
Protected MethodRemoveItem (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Protected MethodSetItemOverridden. Replaces the element at the specified index.  
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

EntityKeyList Class
IdeaBlade.EntityModel Namespace

Send Feedback