SaaS CMS has officially launched! Learn more now.

Class VisitorGroupStatisticViewer

Inheritance
System.Object
VisitorGroupStatisticViewer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.UI.Models.VisitorGroupsStatistics.Statistics
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
[Obsolete("The Episerver gadget framework has been deprecated so the Visitor Group Statistics gadget will be removed after the upcoming major release.")]
public class VisitorGroupStatisticViewer

Constructors

VisitorGroupStatisticViewer()

Declaration
public VisitorGroupStatisticViewer()

VisitorGroupStatisticViewer(IVisitorGroupRepository)

Declaration
public VisitorGroupStatisticViewer(IVisitorGroupRepository visitorGroupRepository)
Parameters
Type Name Description
IVisitorGroupRepository visitorGroupRepository

Properties

Instance

Declaration
public static VisitorGroupStatisticViewer Instance { get; set; }
Property Value
Type Description
VisitorGroupStatisticViewer

StatisticViews

Declaration
public IList<IVisitorGroupStatisticView> StatisticViews { get; }
Property Value
Type Description
System.Collections.Generic.IList<IVisitorGroupStatisticView>

Extension Methods