Table of Contents

Class CourseCompletedNotification

Namespace
InSite.Domain.Messages
Assembly
Shift.Sdk.dll
public class CourseCompletedNotification : Notification
Inheritance
CourseCompletedNotification
Inherited Members
Extension Methods

Constructors

CourseCompletedNotification()

public CourseCompletedNotification()

Properties

AppUrl

public string AppUrl { get; set; }

Property Value

string

CourseName

public string CourseName { get; set; }

Property Value

string

CourseStarted

public string CourseStarted { get; set; }

Property Value

string

LearnerFirstName

public string LearnerFirstName { get; set; }

Property Value

string

LearnerIdentifier

public Guid LearnerIdentifier { get; set; }

Property Value

Guid

LearnerLastName

public string LearnerLastName { get; set; }

Property Value

string