Class SaveParentAndEquivalentCourseRequest
Represents the response for the SaveBooksResponse method.
Inheritance
System.Object
SaveParentAndEquivalentCourseRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveParentAndEquivalentCourseRequest : ServiceRequest
Constructors
SaveParentAndEquivalentCourseRequest()
Declaration
public SaveParentAndEquivalentCourseRequest()
Fields
CourseId
Declaration
public int CourseId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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> |