Class StudentStatisticsSummaryItemModel
Inheritance
StudentStatisticsSummaryItemModel
Assembly: EduCATS.dll
Syntax
public class StudentStatisticsSummaryItemModel
Properties
StudentId
Declaration
[JsonProperty("Id")]
public int StudentId { get; set; }
Property Value
UserAvgCourseMark
Declaration
[JsonProperty("UserAvgCourseMark")]
public IList<StudentStatisticsSubjectValueModel> UserAvgCourseMark { get; set; }
Property Value
UserAvgLabMarks
Declaration
[JsonProperty("UserAvgLabMarks")]
public IList<StudentStatisticsSubjectValueModel> UserAvgLabMarks { get; set; }
Property Value
UserAvgPracticalMarks
Declaration
[JsonProperty("UserAvgPracticalMarks")]
public IList<StudentStatisticsSubjectValueModel> UserAvgPracticalMarks { get; set; }
Property Value
UserAvgTestMarks
Declaration
[JsonProperty("UserAvgTestMarks")]
public IList<StudentStatisticsSubjectValueModel> UserAvgTestMarks { get; set; }
Property Value
UserCourseCount
Declaration
[JsonProperty("UserCourseCount")]
public IList<StudentStatisticsSubjectValueModel> UserCourseCount { get; set; }
Property Value
UserLabCount
Declaration
[JsonProperty("UserLabCount")]
public IList<StudentStatisticsSubjectValueModel> UserLabCount { get; set; }
Property Value
UserPracticalCount
Declaration
[JsonProperty("UserPracticalCount")]
public IList<StudentStatisticsSubjectValueModel> UserPracticalCount { get; set; }
Property Value
UserTestCount
Declaration
[JsonProperty("UserTestCount")]
public IList<StudentStatisticsSubjectValueModel> UserTestCount { get; set; }
Property Value