SaaS CMS has officially launched! Learn more now.

Class VisitorGroupStatisticModelBase

Inheritance
System.Object
VisitorGroupStatisticModelBase
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
[EPiServerDataTable(TableName = "tblVisitorGroupStatistic")]
[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 VisitorGroupStatisticModelBase : IVisitorGroupStatisticModel, IDynamicData

Constructors

VisitorGroupStatisticModelBase()

Declaration
public VisitorGroupStatisticModelBase()

VisitorGroupStatisticModelBase(Guid, String)

Declaration
public VisitorGroupStatisticModelBase(Guid visitorGroupId, string machineName)
Parameters
Type Name Description
System.Guid visitorGroupId
System.String machineName

Properties

Id

Declaration
public Identity Id { get; set; }
Property Value
Type Description
Identity

MachineName

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

VisitorGroupId

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

Implements

Extension Methods