Class CourseStalledNotification
public class CourseStalledNotification : Notification
- Inheritance
-
CourseStalledNotification
- Inherited Members
- Extension Methods
Constructors
CourseStalledNotification()
public CourseStalledNotification()
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; }