Class TopStudentSummary
- Namespace
- InSite.Application.Records.Read
- Assembly
- Shift.Sdk.dll
public class TopStudentSummary
- Inheritance
-
TopStudentSummary
- Inherited Members
- Extension Methods
Constructors
TopStudentSummary()
public TopStudentSummary()
Properties
AchievementTitle
public string AchievementTitle { get; set; }
Property Value
EmployerRegion
public string EmployerRegion { get; set; }
Property Value
ScoreItemName
public string ScoreItemName { get; set; }
Property Value
Students
public IEnumerable<TopStudentSummary.Student> Students { get; set; }