Class TestingPageViewModel
  
  
  
    Inheritance
    
    
    
    TestingPageViewModel
   
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class TestingPageViewModel : SubjectsViewModel, INotifyPropertyChanged
   
  Constructors
  
  TestingPageViewModel(IPlatformServices)
  
  
  Declaration
  
    public TestingPageViewModel(IPlatformServices services)
   
  Parameters
  
  Properties
  
  IsRefreshing
  
  
  Declaration
  
    public bool IsRefreshing { get; set; }
   
  Property Value
  
  
  RefreshCommand
  
  
  Declaration
  
    public Command RefreshCommand { get; }
   
  Property Value
  
  
  SelectedItem
  
  
  Declaration
  
    public object SelectedItem { get; set; }
   
  Property Value
  
  
  TestList
  
  
  Declaration
  
    public List<TestingGroupModel> TestList { get; set; }
   
  Property Value
  
  Methods
  
  refresh()
  
  
  Declaration
  
  Returns
  
  Implements