A collection of IUserReportStats objects.

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

Syntax

C#
public class UserReportStatsCollection : CacheableCollectionBase<IUserReportStats, UserReportStatsCollection>

Inheritance Hierarchy

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

See Also