Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IPaginatedList<TTarget, int> GetChildEntityPagedRelations<TTarget>( ICategory appliedCategory ) where TTarget : class, new(), IFolioItem |
Visual Basic |
---|
Function GetChildEntityPagedRelations(Of TTarget As {Class, New, IFolioItem}) ( _ appliedCategory As ICategory _ ) As IPaginatedList(Of TTarget, Integer) |
Visual C++ |
---|
generic<typename TTarget> where TTarget : ref class, gcnew(), IFolioItem IPaginatedList<TTarget, int>^ GetChildEntityPagedRelations( ICategory^ appliedCategory ) |
Parameters
- appliedCategory
- Type: Cartella.Interfaces..::..ICategory
Type Parameters
- TTarget