Class GetParentAndEquivalentCourseResponse
Inheritance
System.Object
GetParentAndEquivalentCourseResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetParentAndEquivalentCourseResponse : ServiceResponse
Constructors
GetParentAndEquivalentCourseResponse()
Declaration
public GetParentAndEquivalentCourseResponse()
Fields
Courses
Declaration
public List<CourseList> Courses
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<CourseList> |
ParentCourses
Declaration
public List<CourseList> ParentCourses
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<CourseList> |