Class Settings
Inheritance
System.Object
Settings
Implements
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
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
[EPiServerDataStore(StoreName = "VisitorGroupsStatisticsSettingsStore")]
[Obsolete("The Episerver gadget framework has been deprecated so the Visitor Group Statistics gadget will be removed after the upcoming major release.")]
public class Settings : IDynamicData
Constructors
Settings()
Declaration
public Settings()
Properties
AllStatisticViews
Declaration
public IEnumerable<SelectListItem> AllStatisticViews { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Web.Mvc.SelectListItem> |
AllVisitorGroups
Declaration
public IEnumerable<VisitorGroup> AllVisitorGroups { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<VisitorGroup> |
GadgetId
Declaration
public Guid GadgetId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Declaration
public Identity Id { get; set; }
Property Value
Type | Description |
---|---|
Identity |
JqueryShortDatePattern
Declaration
public string JqueryShortDatePattern { get; }
Property Value
Type | Description |
---|---|
System.String |
SelectedView
Declaration
public string SelectedView { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ViewStatisticSettings
Declaration
public VisitorGroupStatisticSetting ViewStatisticSettings { get; set; }
Property Value
Type | Description |
---|---|
VisitorGroupStatisticSetting |