IdeaBlade DevForce 2010 Help Reference
EntityKeyList Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityKeyList Class


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.  Add an item to the collection.  
Protected MethodMemberwiseClone (Inherited from object)
Protected MethodRemoveItem (Inherited from System.Collections.ObjectModel.Collection<EntityKey>)
Protected MethodSetItemOverridden.  Update an item at a selected index.  
Top

See Also

© 2013 All Rights Reserved.