Class UpdateStudentCourseProgressRequest
Represents the a request for the SaveStudentCourseProgressEvent method.
Inheritance
System.Object
UpdateStudentCourseProgressRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UpdateStudentCourseProgressRequest : ServiceRequest
Constructors
UpdateStudentCourseProgressRequest()
Declaration
public UpdateStudentCourseProgressRequest()
Properties
AdEnrollSchedId
Gets or sets the ad enroll sched identifier.
Declaration
public int AdEnrollSchedId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ad enroll sched identifier. |
OverrideCourseProgressionCode
Gets or sets the override course progression code.
Declaration
public string OverrideCourseProgressionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The override course progression code. |
See Also
Cmc.Core.ServiceModel.ServiceRequest