DevForce Help Reference
EntityListManager<T> Class Members
Properties  Methods 


The following tables list the members exposed by EntityListManager<T>.

Public Constructors
 NameDescription
Public ConstructorEntityListManager<T> ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyEntityManagerGets the EntityManager used by the entities in the managed lists.  
Public PropertyFilterGets or sets the System.Predicate used to set filtering criteria for the list(s).  
Public PropertyFilterPropertiesGets or sets the properties which, if their values change, will cause the Filter to be re-applied.  
Public PropertyIncludedEntityStates Entity states to include in the list ( all others will be excluded)  
Top
Public Methods
 NameDescription
Public MethodContainsList Returns whether the specified list is managed by this EntityListManager.  
Public MethodDisposeOverloaded.  Dispose of this instance, releasing all event handlers.  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodManageList Adds a list to the set of those managed by this EntityListManager and optionally refreshes the list  
Public MethodRefreshAllLists Refresh all lists managed by this manager using the current filter  
Public MethodRefreshList Refresh the specified list using the current filter  
Public MethodToString (Inherited from object)
Public MethodUnmanageList Removes a list from the set of those managed by this EntityListManager.  
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

EntityListManager<T> Class
IdeaBlade.EntityModel Namespace

Send Feedback