ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / PageViewCache.PageViewPoolNodeFactory Class
Members

In This Topic
    PageViewCache.PageViewPoolNodeFactory Class
    In This Topic
    Provides generics bounds way of creating instances of the GrapeCity.Viewer.Common.Implementation.PageViewCache.PageViewPoolNode.
    Object Model
    PageViewCache.PageViewPoolNodeFactory Class
    Syntax
    'Declaration
     
    Public NotInheritable Class PageViewCache.PageViewPoolNodeFactory 
       Inherits GrapeCity.Viewer.Common.Implementation.CacheNodeFactory(Of Integer,PageView)
    public sealed class PageViewCache.PageViewPoolNodeFactory : GrapeCity.Viewer.Common.Implementation.CacheNodeFactory<int,PageView> 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Viewer.Common.Implementation.CacheNodeFactory<TKey,TValue>
          GrapeCity.Viewer.Common.Implementation.PageViewCache.PageViewPoolNodeFactory

    See Also