SaaS CMS has officially launched! Learn more now.

Class VisitorGroupVisitStatisticModel

Inheritance
System.Object
VisitorGroupVisitStatisticModel
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.Implementation
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 VisitorGroupVisitStatisticModel : VisitorGroupStatisticModelBase, IVisitorGroupStatisticModel, IDynamicData

Constructors

VisitorGroupVisitStatisticModel()

Declaration
public VisitorGroupVisitStatisticModel()

VisitorGroupVisitStatisticModel(Guid, String, DateTime, Int32)

Declaration
public VisitorGroupVisitStatisticModel(Guid visitorGroupId, string machineName, DateTime date, int hits)
Parameters
Type Name Description
System.Guid visitorGroupId
System.String machineName
System.DateTime date
System.Int32 hits

Properties

StatisticDate

Declaration
[EPiServerDataIndex]
public DateTime StatisticDate { get; set; }
Property Value
Type Description
System.DateTime

Visits

Declaration
public long Visits { get; set; }
Property Value
Type Description
System.Int64

Implements

Extension Methods