Class SaveCourseNameChangeResponse
Inheritance
System.Object
SaveCourseNameChangeResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveCourseNameChangeResponse : ServiceResponse
Constructors
SaveCourseNameChangeResponse()
Declaration
public SaveCourseNameChangeResponse()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NewCourseName
Declaration
public string NewCourseName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentCourseStatus
Declaration
public string StudentCourseStatus { get; set; }
Property Value
Type |
Description |
System.String |
|