Class RecommendationsPageModel
  
  
  
    Inheritance
    
    RecommendationsPageModel
   
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class RecommendationsPageModel : IRoundedListType
   
  Constructors
  
  RecommendationsPageModel(RecommendationModel)
  
  
  Declaration
  
    public RecommendationsPageModel(RecommendationModel model)
   
  Parameters
  
  Properties
  
  Id
  
  
  Declaration
  
    public int Id { get; set; }
   
  Property Value
  
  
  IsTest
  
  
  Declaration
  
    public bool IsTest { get; set; }
   
  Property Value
  
  
  Text
  
  
  Declaration
  
    public string Text { get; set; }
   
  Property Value
  
  Methods
  
  GetListType()
  
  
  Declaration
  
    public RoundedListTypeEnum GetListType()
   
  Returns
  
  Implements