Class VisitorGroup
  
  
  
  
    Inheritance
    System.Object
    VisitorGroup
   
  
  Assembly: EPiServer.ApplicationModules.dll
  Version: 12.0.3
  Syntax
  
    [EPiServerDataTable(TableName = "tblSystemBigTable")]
[EPiServerDataStore(StoreName = "VisitorGroup")]
[EPiServerDataContract]
public class VisitorGroup : Object
   
  Constructors
  
  
  
  
  VisitorGroup()
  
  
  Declaration
  
  Properties
  
  
  
  
  Criteria
  
  
  Declaration
  
    [EPiServerDataMember]
public IList<VisitorGroupCriterion> Criteria { get; set; }
   
  Property Value
  
  
  
  
  CriteriaOperator
  
  
  Declaration
  
    [EPiServerDataMember]
public CriteriaOperator CriteriaOperator { get; set; }
   
  Property Value
  
  
  
  
  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
  
  
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Extension Methods