Class GetDegreeProgressAuditResponse
Inheritance
System.Object
GetDegreeProgressAuditResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetDegreeProgressAuditResponse : ServiceResponse
Constructors
GetDegreeProgressAuditResponse()
Declaration
public GetDegreeProgressAuditResponse()
Properties
CourseCategoryAreaOfStudyLabel
Declaration
public string CourseCategoryAreaOfStudyLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseCategoryDetailList
Declaration
public List<CourseCategoryDetail> CourseCategoryDetailList { get; set; }
Property Value
CourseLevelDetailList
Declaration
public List<CourseLevelDetail> CourseLevelDetailList { get; set; }
Property Value
CourseTakenDetailList
Declaration
public List<CourseTakenDetail> CourseTakenDetailList { get; set; }
Property Value
CourseTakenRequirementDetailList
Declaration
public List<CourseTakenRequirementDetail> CourseTakenRequirementDetailList { get; set; }
Property Value
CourseTakenRequirementRuleDetailList
Declaration
public List<CourseTakenRequirementRuleDetail> CourseTakenRequirementRuleDetailList { get; set; }
Property Value
DegreeProgressAuditSummaryDetails
Declaration
public AuditSummaryDetails DegreeProgressAuditSummaryDetails { get; set; }
Property Value
DisplayOverallCumGpa
Declaration
public bool DisplayOverallCumGpa { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ElectivePoolCourseDetailList
Declaration
public List<ElectivePoolCourseDetail> ElectivePoolCourseDetailList { get; set; }
Property Value
GpaDetailList
Declaration
public List<GpaDetailList> GpaDetailList { get; set; }
Property Value
IsCourseProgressionVisibleOnDpa
Declaration
public bool IsCourseProgressionVisibleOnDpa { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramDetail
Declaration
public ProgramDetail ProgramDetail { get; set; }
Property Value
ProgramVersionAreaOfStudyDetailList
Declaration
public List<ProgramVersionAreaOfStudyDetail> ProgramVersionAreaOfStudyDetailList { get; set; }
Property Value
RequiredCourseDetailList
Declaration
public List<RequiredCourseDetail> RequiredCourseDetailList { get; set; }
Property Value
RequirementRuleDetailList
Declaration
public List<RequirementRuleDetail> RequirementRuleDetailList { get; set; }
Property Value
RequirementRulesAuditSummaryDetails
Declaration
public AuditSummaryDetails RequirementRulesAuditSummaryDetails { get; set; }
Property Value
StudentEnrollmentPeriodDetail
Declaration
public StudentEnrollmentPeriodDetail StudentEnrollmentPeriodDetail { get; set; }
Property Value
TakenCoursesNotApplied
Declaration
public List<CourseDetail> TakenCoursesNotApplied { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<CourseDetail> |
|
TakenCoursesNotAppliedTotal
Declaration
public TakenCoursesNotAppliedTotal TakenCoursesNotAppliedTotal { get; set; }
Property Value
UnitType
Declaration
public string UnitType { get; set; }
Property Value
Type |
Description |
System.String |
|
UnWeightedGpaList
Declaration
public List<StudentGpa> UnWeightedGpaList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<StudentGpa> |
|
WeightedGpaList
Declaration
public List<StudentGpa> WeightedGpaList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<StudentGpa> |
|