SaaS CMS has officially launched! Learn more now.

Class VisitorGroupStatisitcViewResultItem

Inheritance
System.Object
VisitorGroupStatisitcViewResultItem
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 abstract class VisitorGroupStatisitcViewResultItem

Constructors

VisitorGroupStatisitcViewResultItem(Guid, IVisitorGroupRepository)

Declaration
public VisitorGroupStatisitcViewResultItem(Guid identity, IVisitorGroupRepository visitorGroupRepository)
Parameters
Type Name Description
System.Guid identity
IVisitorGroupRepository visitorGroupRepository

Properties

Identity

Declaration
public Guid Identity { get; }
Property Value
Type Description
System.Guid

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Statistics

Declaration
public abstract IDictionary Statistics { get; }
Property Value
Type Description
System.Collections.IDictionary

Extension Methods