Gets a Manager

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

Syntax

C#
ICartellaObjectManager<T> GetManagerByCartellaObjectType<T>()
where T : class, new(), ICartellaObject
Visual Basic
Function GetManagerByCartellaObjectType(Of T As {Class, New, ICartellaObject}) As ICartellaObjectManager(Of T)
Visual C++
generic<typename T>
where T : ref class, gcnew(), ICartellaObject
ICartellaObjectManager<T>^ GetManagerByCartellaObjectType()

Type Parameters

T
The type of Cartella oject you want your manager to work with

Return Value

See Also