Class SaveLabs
Assembly: EduCATS.dll
Syntax
Constructors
SaveLabs()
Declaration
Fields
Id
Declaration
Field Value
Declaration
public List<string> comments
Field Value
marks
Declaration
public List<string> marks
Field Value
showForStudents
Declaration
public List<bool> showForStudents
Field Value
studentsId
Declaration
public List<int> studentsId
Field Value
Properties
dateId
Declaration
public int dateId { get; set; }
Property Value
students
Declaration
public List<LaboratoryWorksModel> students { get; set; }
Property Value