Get the related entities to this category, by entity type

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

Syntax

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

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