Class DropStudentCourseRequest
Drop student course request.
Inheritance
System.Object
DropStudentCourseRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DropStudentCourseRequest : ServiceRequest
Constructors
DropStudentCourseRequest()
Declaration
public DropStudentCourseRequest()
Properties
AllowedOnlyParent
Declaration
public bool AllowedOnlyParent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowLdwOverride
Declaration
public bool AllowLdwOverride { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowOverrideClosedTerm
Declaration
public bool AllowOverrideClosedTerm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowOverrideRegistrationDenyPrereqCoreqConflict
Declaration
public bool AllowOverrideRegistrationDenyPrereqCoreqConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowOverrideRegistrationPrereqCoreqConflict
Declaration
public bool AllowOverrideRegistrationPrereqCoreqConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DropDate
Declaration
public DateTime? DropDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DropReasonId
Declaration
public int DropReasonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FailureMessageType
Declaration
public PrereqCoreqFailureMesssageType FailureMessageType { get; set; }
Property Value
IgnoreMultiCourseDependency
Declaration
public bool IgnoreMultiCourseDependency { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ImpactedStudentCourseIds
Declaration
public List<int> ImpactedStudentCourseIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
IsAddDropPeriodClassSectionAllowed
Declaration
public bool IsAddDropPeriodClassSectionAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedToOverrideRegistrationConflict
Declaration
public bool IsAllowedToOverrideRegistrationConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAntireqCheckSkipped
Declaration
public bool? IsAntireqCheckSkipped { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsAuditCourse
Declaration
public bool IsAuditCourse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPrereqCoreqCheckSkipped
Declaration
public bool IsPrereqCoreqCheckSkipped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTermValidationSkipped
Declaration
public bool IsTermValidationSkipped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LetterGrade
Declaration
public string LetterGrade { get; set; }
Property Value
Type |
Description |
System.String |
|
SkipCoreqCheck
Declaration
public bool SkipCoreqCheck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SkipPrereqCheck
Declaration
public bool SkipPrereqCheck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentEnrollmentScheduleId
Declaration
public int StudentEnrollmentScheduleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|