Class SaveLabsSingle
Inheritance
SaveLabsSingle
Assembly: EduCATS.dll
Syntax
public class SaveLabsSingle
Properties
Declaration
[JsonProperty("comment")]
public string Comment { get; set; }
Property Value
date
Declaration
public string date { get; set; }
Property Value
id
Declaration
public int id { get; set; }
Property Value
labId
Declaration
public int labId { get; set; }
Property Value
mark
Declaration
public int mark { get; set; }
Property Value
showForStudent
Declaration
public bool showForStudent { get; set; }
Property Value
studentId
Declaration
public int studentId { get; set; }
Property Value