Try our conversational search powered by Generative AI!

Class VisitorGroup

Inheritance
System.Object
VisitorGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.ApplicationModules.dll
Version: 11.20.7
Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
[EPiServerDataStore(StoreName = "VisitorGroup")]
[EPiServerDataContract]
public class VisitorGroup

Constructors

VisitorGroup()

Declaration
public VisitorGroup()

Properties

Criteria

Declaration
[EPiServerDataMember]
public IList<VisitorGroupCriterion> Criteria { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<VisitorGroupCriterion>

CriteriaOperator

Declaration
[EPiServerDataMember]
public CriteriaOperator CriteriaOperator { get; set; }
Property Value
Type Description
CriteriaOperator

EnableStatistics

Declaration
[EPiServerDataMember]
public bool EnableStatistics { get; set; }
Property Value
Type Description
System.Boolean

Id

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

IsNew

Declaration
public bool IsNew { get; set; }
Property Value
Type Description
System.Boolean

IsSecurityRole

Declaration
[EPiServerDataMember]
public bool IsSecurityRole { get; set; }
Property Value
Type Description
System.Boolean

Name

Declaration
[EPiServerDataMember]
public string Name { get; set; }
Property Value
Type Description
System.String

Notes

Declaration
[EPiServerDataMember]
public string Notes { get; set; }
Property Value
Type Description
System.String

PointsThreshold

Declaration
[EPiServerDataMember]
public int PointsThreshold { get; set; }
Property Value
Type Description
System.Int32

Methods

Copy()

Declaration
public VisitorGroup Copy()
Returns
Type Description
VisitorGroup

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

Extension Methods