Class DeleteStudentCourseResponse
Represents the response for the DeleteGetStudentCourse method.
Inheritance
System.Object
DeleteStudentCourseResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DeleteStudentCourseResponse : ServiceResponse
Constructors
DeleteStudentCourseResponse()
Declaration
public DeleteStudentCourseResponse()
Properties
AllowDeleteAttendanceHistory
Declaration
public bool AllowDeleteAttendanceHistory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowDeletePendingCharges
Declaration
public bool AllowDeletePendingCharges { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAddDropPeriodClassSectionAllowed
Declaration
public bool IsAddDropPeriodClassSectionAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedToOverrideClosedTerm
Declaration
public bool IsAllowedToOverrideClosedTerm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPendingCharges
Declaration
public bool IsPendingCharges { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LockEvaluationOutputList
Declaration
public List<RegistrationRuleResultOutput> LockEvaluationOutputList { get; set; }
Property Value
PrereqCoreqStatusSummaryInfoMessageList
Declaration
public List<PrereqCoreqStatusSummaryInfoMessage> PrereqCoreqStatusSummaryInfoMessageList { get; set; }
Property Value