Get the related entities to this category, by entity type and folio module

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

Syntax

C#
ICartellaRelations<ICategory, TTarget> GetRelatedEntitiesForFolio<TTarget>(
	IFolioModule folioModule
)
where TTarget : class, new(), IEntity
Visual Basic
Function GetRelatedEntitiesForFolio(Of TTarget As {Class, New, IEntity}) ( _
	folioModule As IFolioModule _
) As ICartellaRelations(Of ICategory, TTarget)
Visual C++
generic<typename TTarget>
where TTarget : ref class, gcnew(), IEntity
ICartellaRelations<ICategory^, TTarget>^ GetRelatedEntitiesForFolio(
	IFolioModule^ folioModule
)

Parameters

folioModule
Type: Cartella.Interfaces..::..IFolioModule
Folio module to filter by

Type Parameters

TTarget
Type of entity to retrieve

Field Value

ICartellaRelations<ICategory, TTarget>

Return Value

Relations object with entities related to this category as target

See Also