Class SaveClassSectionPeriodsResponse
Inheritance
System.Object
SaveClassSectionPeriodsResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveClassSectionPeriodsResponse : ServiceResponse
Constructors
SaveClassSectionPeriodsResponse()
Declaration
public SaveClassSectionPeriodsResponse()
Properties
Declaration
public bool RequireContactHoursConfirmation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RequireLDAConfirmation
Declaration
public bool RequireLDAConfirmation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ScheduleConflicts
Declaration
public List<ClassSectionSchedulePeriodConflict> ScheduleConflicts { get; set; }
Property Value
ScheduleConflictsFound
Declaration
public bool ScheduleConflictsFound { get; set; }
Property Value
Type |
Description |
System.Boolean |
|