DevForce Help Reference
IListManager Interface
Members 


An implementor of the IListManager interface holds one IList (or many ILists collectively) under the control of a manager of some sort.
Syntax
'Declaration
 
Public Interface IListManager 
'Usage
 
Dim instance As IListManager
public interface IListManager 
Remarks
The manager is expected to control how items are added and removed from the list(s). IdeaBlade.EntityModel.EntityListManager<T> is the primary example of an IListManager implementor.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IListManager Members
IdeaBlade.Core Namespace

Send Feedback