A collection of IReportableEntity objects.

Namespace:  EPiServer.Common.Reporting
Assembly:  EPiServer.Common.Framework (in EPiServer.Common.Framework.dll) Version: 2.3.517.275

Syntax

C#
[SerializableAttribute]
public class ReportableEntityCollection : CacheableCollectionBase<IReportableEntity, ReportableEntityCollection>

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    EPiServer.Common.Cache..::.CacheableCollectionBase
      EPiServer.Common.Cache..::.CacheableCollectionBase<(Of <(IReportableEntity, ReportableEntityCollection>)>)
        EPiServer.Common.Reporting..::.ReportableEntityCollection

See Also