SaaS CMS has officially launched! Learn more now.

Class VisitorGroupStatisitcViewResultItem<TKey, TValue>

Inheritance
System.Object
VisitorGroupStatisitcViewResultItem<TKey, TValue>
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("VisitorGroupsStatistics gadget has been deprecated.")]
public class VisitorGroupStatisitcViewResultItem<TKey, TValue> : VisitorGroupStatisitcViewResultItem
Type Parameters
Name Description
TKey
TValue

Constructors

VisitorGroupStatisitcViewResultItem(Guid, IVisitorGroupRepository)

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

VisitorGroupStatisitcViewResultItem(Guid, IVisitorGroupRepository, IDictionary<TKey, TValue>)

Declaration
public VisitorGroupStatisitcViewResultItem(Guid identity, IVisitorGroupRepository visitorGroupRepository, IDictionary<TKey, TValue> statistics)
Parameters
Type Name Description
System.Guid identity
IVisitorGroupRepository visitorGroupRepository
System.Collections.Generic.IDictionary<TKey, TValue> statistics

Properties

Statistics

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

Methods

Add(TKey, TValue)

Declaration
public void Add(TKey key, TValue value)
Parameters
Type Name Description
TKey key
TValue value

Extension Methods