Get the relations collection of the FolioModule's child folio items
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IPagedEntityChildrenList<TTarget, int> GetChildEntities<TTarget>() where TTarget : class, new(), IEntity |
Visual Basic |
---|
Function GetChildEntities(Of TTarget As {Class, New, IEntity}) As IPagedEntityChildrenList(Of TTarget, Integer) |
Visual C++ |
---|
generic<typename TTarget> where TTarget : ref class, gcnew(), IEntity IPagedEntityChildrenList<TTarget, int>^ GetChildEntities() |
Type Parameters
- TTarget
- Type of target for the relations, must be non-abstract class derived from IFolioItem