View Source
  Class MemberTypePropertyProfileAccess
  
  Used to track the property types that are visible/editable on member profiles
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class MemberTypePropertyProfileAccess
   
  Constructors
  
  
    View Source
  
  MemberTypePropertyProfileAccess(Boolean, Boolean, Boolean)
  
  
  Declaration
  
    public MemberTypePropertyProfileAccess(bool isVisible, bool isEditable, bool isSenstive)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Boolean | isVisible |  | 
      
        | System.Boolean | isEditable |  | 
      
        | System.Boolean | isSenstive |  | 
    
  
  Properties
  
  
    View Source
  
  IsEditable
  
  
  Declaration
  
    public bool IsEditable { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  IsSensitive
  
  
  Declaration
  
    public bool IsSensitive { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  IsVisible
  
  
  Declaration
  
    public bool IsVisible { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |