Class SavePractSingle
  
  
  
    Inheritance
    
    SavePractSingle
   
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class SavePractSingle
   
  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
  
  
  mark
  
  
  Declaration
  
    public int mark { get; set; }
   
  Property Value
  
  
  practicalId
  
  
  Declaration
  
    public int practicalId { get; set; }
   
  Property Value
  
  
  showForStudent
  
  
  Declaration
  
    public bool showForStudent { get; set; }
   
  Property Value
  
  
  studentId
  
  
  Declaration
  
    public int studentId { get; set; }
   
  Property Value
  
  
  subjectId
  
  
  Declaration
  
    public int subjectId { get; set; }
   
  Property Value