Class LabMarks
  
  
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
  Properties
  
  
  
  
  Declaration
  
    public string Comment { get; set; }
   
  Property Value
  
  
  Date
  
  
  Declaration
  
    public string Date { get; set; }
   
  Property Value
  
  
  LabId
  
  
  Declaration
  
    public int LabId { get; set; }
   
  Property Value
  
  
  Mark
  
  
  Declaration
  
    public string Mark { get; set; }
   
  Property Value
  
  
  ShowForStudent
  
  
  Declaration
  
    public bool ShowForStudent { get; set; }
   
  Property Value
  
  
  StudentId
  
  
  Declaration
  
    public int StudentId { get; set; }
   
  Property Value
  
  
  StudentLabMarkId
  
  
  Declaration
  
    public int StudentLabMarkId { get; set; }
   
  Property Value