Class CopyClassScheduleResponse
Represents the response for the CopyClassSchedule method.
Inheritance
System.Object
CopyClassScheduleResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CopyClassScheduleResponse : ServiceResponse
Constructors
CopyClassScheduleResponse()
Declaration
public CopyClassScheduleResponse()
Properties
ClassSectionOldToNewMappings
Declaration
public ICollection<ClassSectionOldToNewMapping> ClassSectionOldToNewMappings { get; set; }
Property Value
Declaration
public bool IsBelowCourseContactHrsMsg { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsBelowCourseContactHrsMsgConfirmation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideCourseComparison
Declaration
public bool IsOverrideCourseComparison { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsValidationMessageDisplayed
Declaration
public bool IsValidationMessageDisplayed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NewClassSectionId
Declaration
public int NewClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NewClassSectionIdList
Declaration
public ICollection<int> NewClassSectionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|