Class TestingResultsPageViewModel
Inheritance
TestingResultsPageViewModel
Assembly: EduCATS.dll
Syntax
public class TestingResultsPageViewModel : ViewModel, INotifyPropertyChanged
Constructors
TestingResultsPageViewModel(int, bool, IPlatformServices)
Declaration
public TestingResultsPageViewModel(int testId, bool fromComplexLearning, IPlatformServices services)
Parameters
Properties
CloseCommand
Declaration
public Command CloseCommand { get; }
Property Value
Mark
Declaration
public string Mark { get; set; }
Property Value
Results
Declaration
public List<TestResultsModel> Results { get; set; }
Property Value
Methods
closeCommand()
Declaration
protected void closeCommand()
Implements