View Source
  Class MemberEditingModelBase
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public abstract class MemberEditingModelBase : ContentEditingModelBase
   
  Properties
  
  
    View Source
  
  Email
  
  
  Declaration
  
    public string Email { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  IsApproved
  
  
  Declaration
  
    public bool IsApproved { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Roles
  
  
  Declaration
  
    public IEnumerable<Guid>? Roles { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<IEnumerable<Guid>> |  | 
    
  
  
    View Source
  
  Username
  
  
  Declaration
  
    public string Username { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |