Class ApprenticeScoresReportItem
- Namespace
- InSite.Domain.Registrations
- Assembly
- Shift.Sdk.dll
public class ApprenticeScoresReportItem
- Inheritance
-
ApprenticeScoresReportItem
- Inherited Members
-
- Extension Methods
-
Constructors
ApprenticeScoresReportItem()
public ApprenticeScoresReportItem()
Properties
AchievementDescription
public string AchievementDescription { get; set; }
Property Value
- string
CandidateIdentifier
public Guid CandidateIdentifier { get; set; }
Property Value
- Guid
City
public string City { get; set; }
Property Value
- string
EmployerGroupName
public string EmployerGroupName { get; set; }
Property Value
- string
EventIdentifier
public Guid EventIdentifier { get; set; }
Property Value
- Guid
EventScheduledStart
public DateTimeOffset EventScheduledStart { get; set; }
Property Value
- DateTimeOffset
EventTitle
public string EventTitle { get; set; }
Property Value
- string
GradeItemIdentifier
public Guid? GradeItemIdentifier { get; set; }
Property Value
- Guid?
GradeItemSequence
public int? GradeItemSequence { get; set; }
Property Value
- int?
GradebookEventStartDate
public DateTimeOffset? GradebookEventStartDate { get; set; }
Property Value
- DateTimeOffset?
PostalCode
public string PostalCode { get; set; }
Property Value
- string
Province
public string Province { get; set; }
Property Value
- string
Region
public string Region { get; set; }
Property Value
- string
RegistrationIdentifier
public Guid RegistrationIdentifier { get; set; }
Property Value
- Guid
ScoreAchievementIdentifier
public Guid? ScoreAchievementIdentifier { get; set; }
Property Value
- Guid?
ScorePercent
public decimal? ScorePercent { get; set; }
Property Value
- decimal?
ScoreText
public string ScoreText { get; set; }
Property Value
- string
Street1
public string Street1 { get; set; }
Property Value
- string
Street2
public string Street2 { get; set; }
Property Value
- string
UserEmail
public string UserEmail { get; set; }
Property Value
- string
UserFullName
public string UserFullName { get; set; }
Property Value
- string
UserPhone
public string UserPhone { get; set; }
Property Value
- string