Class PracticialMarks
  
  
  
    Inheritance
    
    PracticialMarks
   
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class PracticialMarks
   
  Properties
  
  
  
  
  Declaration
  
    public string Comment { get; set; }
   
  Property Value
  
  
  Date
  
  
  Declaration
  
    public string Date { get; set; }
   
  Property Value
  
  
  LecturerId
  
  
  Declaration
  
    public string LecturerId { get; set; }
   
  Property Value
  
  
  Mark
  
  
  Declaration
  
    public string 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
  
  
  StudentPracticalMarkId
  
  
  Declaration
  
    public int StudentPracticalMarkId { get; set; }
   
  Property Value