Class MostImprovedStudent.Student
- Namespace
- InSite.Application.Records.Read
- Assembly
- Shift.Sdk.dll
public class MostImprovedStudent.Student
- Inheritance
-
MostImprovedStudent.Student
- Inherited Members
-
- Extension Methods
-
Constructors
Student()
Properties
AchievementDescription
public string AchievementDescription { get; set; }
Property Value
- string
Difference
public decimal Difference { get; set; }
Property Value
- decimal
EmployerName
public string EmployerName { get; set; }
Property Value
- string
EmployerRegion
public string EmployerRegion { get; set; }
Property Value
- string
EventScheduledEnd
public DateTimeOffset? EventScheduledEnd { get; set; }
Property Value
- DateTimeOffset?
EventScheduledStart
public DateTimeOffset EventScheduledStart { get; set; }
Property Value
- DateTimeOffset
Levels
public List<MostImprovedStudent.Level> Levels { get; set; }
Property Value
- List<MostImprovedStudent.Level>
UserEmail
public string UserEmail { get; set; }
Property Value
- string
UserFullName
public string UserFullName { get; set; }
Property Value
- string
UserIdentifier
public Guid UserIdentifier { get; set; }
Property Value
- Guid