Get the associated categories for the entity.
Returned as CartellaRelations, to allow user to add and remove categories
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
ICartellaRelations<IEntity, ICategory> Categories { get; } |
Visual Basic |
---|
ReadOnly Property Categories As ICartellaRelations(Of IEntity, ICategory) Get |
Visual C++ |
---|
property ICartellaRelations<IEntity^, ICategory^>^ Categories { ICartellaRelations<IEntity^, ICategory^>^ get (); } |