Table of Contents

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

string

Students

public List<MostImprovedStudent.Student> Students { get; set; }

Property Value

List<MostImprovedStudent.Student>

TotalStudentCount

public int TotalStudentCount { get; set; }

Property Value

int