Class SaveSingleStudentMarkPageViewModel
Inheritance
SaveSingleStudentMarkPageViewModel
Assembly: EduCATS.dll
Syntax
public class SaveSingleStudentMarkPageViewModel : ViewModel, INotifyPropertyChanged
Constructors
SaveSingleStudentMarkPageViewModel(IPlatformServices, string, LabsVisitingList, TakedLabs, string, string, int)
Declaration
public SaveSingleStudentMarkPageViewModel(IPlatformServices services, string nameofLabOrPr, LabsVisitingList marks, TakedLabs prOrLabStat, string title, string _studName, int subGruop)
Parameters
Fields
_currentLabsVisitingMarksSubGroup1
Declaration
public List<VisitingPageModel> _currentLabsVisitingMarksSubGroup1
Field Value
_currentLabsVisitingMarksSubGroup2
Declaration
public List<VisitingPageModel> _currentLabsVisitingMarksSubGroup2
Field Value
_services
Declaration
public readonly IPlatformServices _services
Field Value
fullMarksLabs
Declaration
public LabsVisitingList fullMarksLabs
Field Value
fullPractice
Declaration
public LabsVisitingList fullPractice
Field Value
Properties
Comment
Declaration
public string Comment { get; set; }
Property Value
FullNames
Declaration
public List<string> FullNames { get; set; }
Property Value
Mark
Declaration
public int Mark { get; set; }
Property Value
SaveMarksButton
Declaration
public Command SaveMarksButton { get; }
Property Value
SelectedDate
Declaration
public string SelectedDate { get; set; }
Property Value
SelectedShortName
Declaration
public string SelectedShortName { get; set; }
Property Value
ShowForStud
Declaration
public bool ShowForStud { get; set; }
Property Value
_subGruop
Declaration
public int _subGruop { get; set; }
Property Value
_takedLabs
Declaration
public TakedLabs _takedLabs { get; set; }
Property Value
_title
Declaration
public string _title { get; set; }
Property Value
selSubGroup
Declaration
public int selSubGroup { get; set; }
Property Value
studentName
Declaration
public string studentName { get; set; }
Property Value
Implements