Class CourseCompletedNotification
public class CourseCompletedNotification : Notification
- Inheritance
-
CourseCompletedNotification
- Inherited Members
- Extension Methods
Constructors
CourseCompletedNotification()
public CourseCompletedNotification()
Properties
AppUrl
public string AppUrl { get; set; }
Property Value
CourseName
public string CourseName { get; set; }
Property Value
CourseStarted
public string CourseStarted { get; set; }
Property Value
LearnerFirstName
public string LearnerFirstName { get; set; }
Property Value
LearnerIdentifier
public Guid LearnerIdentifier { get; set; }
Property Value
LearnerLastName
public string LearnerLastName { get; set; }