Only need to provide select all method

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public interface IModuleManager : ICartellaObjectManager<IModule>, 
	IManager, ISelectAllManager
Visual Basic
Public Interface IModuleManager _
	Inherits ICartellaObjectManager(Of IModule), IManager, ISelectAllManager
Visual C++
public interface class IModuleManager : ICartellaObjectManager<IModule^>, 
	IManager, ISelectAllManager

See Also