Class PracticialVisMark
Inheritance
PracticialVisMark
Assembly: EduCATS.dll
Syntax
public class PracticialVisMark
Properties
Declaration
public string Comment { get; set; }
Property Value
Date
Declaration
public string Date { get; set; }
Property Value
Mark
Declaration
public string Mark { get; set; }
Property Value
PracticalVisitingMarkId
Declaration
public int PracticalVisitingMarkId { get; set; }
Property Value
ScheduleProtectionPracticalId
Declaration
public int ScheduleProtectionPracticalId { get; set; }
Property Value
ShowForStudent
Declaration
public bool ShowForStudent { get; set; }
Property Value
StudentId
Declaration
public int StudentId { get; set; }
Property Value
StudentName
Declaration
public string StudentName { get; set; }
Property Value