Class CopyCourseResponse
Represents the response for the CopyCourse method
Inheritance
System.Object
CopyCourseResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CopyCourseResponse : ServiceResponse
Constructors
CopyCourseResponse()
Declaration
public CopyCourseResponse()
Properties
CourseCode
Declaration
public string CourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseInfo
Declaration
public CourseCopyDetails CourseInfo { get; set; }
Property Value
CourseName
Declaration
public string CourseName { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentCourseCode
Declaration
public string ParentCourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|