Class ParentalStudentsPageViewModel
Inheritance
System.Object
ParentalStudentsPageViewModel
Assembly: EduCATS.dll
Syntax
class ParentalStudentsPageViewModel : StudentsPageViewModel
Constructors
ParentalStudentsPageViewModel(IPlatformServices, Int32, List<StatsStudentModel>, Int32)
Declaration
public ParentalStudentsPageViewModel(IPlatformServices services, int subjectId, List<StatsStudentModel> studentsList, int pageIndex)
Parameters
Methods
getAndSetStudents()
Declaration
protected override async Task getAndSetStudents()
Returns
Overrides
getStatistics()
Declaration
protected override async Task<List<StatsStudentModel>> getStatistics()
Returns
Overrides
Init()
Declaration
public override void Init()
Overrides
update(Boolean)
Declaration
protected override async Task update(bool groupsOnly = false)
Parameters
Type |
Name |
Description |
System.Boolean |
groupsOnly |
|
Returns
Overrides