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

Syntax

C#
IPaginatedList<TTarget, int> GetUnapprovedEntities<TTarget>()
where TTarget : class, new(), IFolioItem
Visual Basic
Function GetUnapprovedEntities(Of TTarget As {Class, New, IFolioItem}) As IPaginatedList(Of TTarget, Integer)
Visual C++
generic<typename TTarget>
where TTarget : ref class, gcnew(), IFolioItem
IPaginatedList<TTarget, int>^ GetUnapprovedEntities()

Type Parameters

TTarget

See Also