Class RecommendationsPageViewModel
  
  
  
    Inheritance
    
    
    
    RecommendationsPageViewModel
   
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class RecommendationsPageViewModel : SubjectsViewModel, INotifyPropertyChanged
   
  Constructors
  
  RecommendationsPageViewModel(IPlatformServices)
  
  
  Declaration
  
    public RecommendationsPageViewModel(IPlatformServices services)
   
  Parameters
  
  Properties
  
  IsLoading
  
  
  Declaration
  
    public bool IsLoading { get; set; }
   
  Property Value
  
  
  Recommendations
  
  
  Declaration
  
    public List<RecommendationsPageModel> Recommendations { get; set; }
   
  Property Value
  
  
  RefreshCommand
  
  
  Declaration
  
    public Command RefreshCommand { get; }
   
  Property Value
  
  
  SelectedItem
  
  
  Declaration
  
    public object SelectedItem { get; set; }
   
  Property Value
  
  Methods
  
  Update(bool)
  Update with dialog or pull-to-refresh.
 
  
  Declaration
  
    public Task Update(bool dialog)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | bool | 
        dialog | 
        Is dialog. 
 | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Task | 
        Task. 
 | 
      
    
  
  Implements