Class ThemePageModel
  
  
  
    Inheritance
    
    ThemePageModel
   
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class ThemePageModel : IRoundedListType
   
  Properties
  
  Description
  
  
  Declaration
  
    public string Description { get; set; }
   
  Property Value
  
  
  IsChecked
  
  
  Declaration
  
    public bool IsChecked { get; set; }
   
  Property Value
  
  
  Theme
  
  
  Declaration
  
    public string Theme { get; set; }
   
  Property Value
  
  
  Title
  
  
  Declaration
  
    public string Title { get; set; }
   
  Property Value
  
  Methods
  
  GetListType()
  
  
  Declaration
  
    public RoundedListTypeEnum GetListType()
   
  Returns
  
  Implements