Class SavePracticial
Inheritance
SavePracticial
Assembly: EduCATS.dll
Syntax
public class SavePracticial
Constructors
SavePracticial()
Declaration
Fields
Declaration
[JsonProperty("comments")]
public List<string> Comments
Field Value
Id
Declaration
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
subjectId
Declaration
public int subjectId { get; set; }
Property Value