View Source
  Class PublicAccessRule
  
  
  
  
    Inheritance
      System.Object
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    [DataContract(IsReference = true)]
public class PublicAccessRule : EntityBase, IRememberBeingDirty, ICanBeDirty, IEntity, IDeepCloneable
   
  Constructors
  
  
    View Source
  
  PublicAccessRule()
  
  
  Declaration
  
    public PublicAccessRule()
   
  
    View Source
  
  PublicAccessRule(Guid, Guid)
  
  
  Declaration
  
    public PublicAccessRule(Guid id, Guid accessEntryId)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Guid | id |  | 
      
        | Guid | accessEntryId |  | 
    
  
  Properties
  
  
    View Source
  
  AccessEntryId
  
  
  Declaration
  
    public Guid AccessEntryId { get; set; }
   
  Property Value
  
  
    View Source
  
  RuleType
  
  
  Declaration
  
    public string RuleType { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  RuleValue
  
  
  Declaration
  
    public string RuleValue { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |