Table of Contents

Class ApprenticeCompletionRateReportItem

Namespace
InSite.Domain.Registrations
Assembly
Shift.Sdk.dll
public class ApprenticeCompletionRateReportItem
Inheritance
ApprenticeCompletionRateReportItem
Inherited Members
Extension Methods

Constructors

ApprenticeCompletionRateReportItem()

public ApprenticeCompletionRateReportItem()

Properties

AchievementDescription

public string AchievementDescription { get; set; }

Property Value

string

Classes

public List<ApprenticeCompletionRateReportItem.ClassItem> Classes { get; set; }

Property Value

List<ApprenticeCompletionRateReportItem.ClassItem>

CredentialCount

public int CredentialCount { get; set; }

Property Value

int

IsCompleted

public bool IsCompleted { get; set; }

Property Value

bool

UserFullName

public string UserFullName { get; set; }

Property Value

string

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid