Class GetFailedCoursePrereqforExportResponse
Inheritance
System.Object
GetFailedCoursePrereqforExportResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetFailedCoursePrereqforExportResponse : ServiceResponse
Constructors
GetFailedCoursePrereqforExportResponse()
Declaration
public GetFailedCoursePrereqforExportResponse()
Properties
IdentifyFailedPrereqCourseExportData
Gets or sets the student enrollment periods.
Declaration
public List<IdentifyFailedPrereqCourseExportData> IdentifyFailedPrereqCourseExportData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IdentifyFailedPrereqCourseExportData> | The student enrollment periods. |