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