Class MostImprovedStudent
- Namespace
- InSite.Application.Records.Read
- Assembly
- Shift.Sdk.dll
public class MostImprovedStudent
- Inheritance
-
MostImprovedStudent
- Inherited Members
- Extension Methods
Constructors
MostImprovedStudent()
public MostImprovedStudent()
Properties
AchievementDescription
public string AchievementDescription { get; set; }
Property Value
Students
public List<MostImprovedStudent.Student> Students { get; set; }
Property Value
TotalStudentCount
public int TotalStudentCount { get; set; }