Class DeleteStudentCourseRequest
Represents the a request for the UnregisterStudentCourseEvent method.
Inheritance
System.Object
DeleteStudentCourseRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DeleteStudentCourseRequest : ServiceRequest
Constructors
DeleteStudentCourseRequest()
Declaration
public DeleteStudentCourseRequest()
Properties
Action
Declaration
public StudentCourseActionType Action { get; set; }
Property Value
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 |
|
AllowedOnlyParent
Declaration
public bool AllowedOnlyParent { 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 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseStatusChangeReasonId
Declaration
public int? CourseStatusChangeReasonId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CurrentCourseStatus
Declaration
public string CurrentCourseStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
FailureMessageType
Declaration
public PrereqCoreqFailureMesssageType FailureMessageType { get; set; }
Property Value
IgnoreMultiCourseDependency
Declaration
public bool IgnoreMultiCourseDependency { 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 |
|
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> |
|
IsPendingCharges
Declaration
public bool IsPendingCharges { 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 |
|
MinutesAbsent
Declaration
public int MinutesAbsent { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinutesAttended
Declaration
public int MinutesAttended { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NotifyStudent
Declaration
public bool NotifyStudent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Section
Declaration
public string Section { 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 |
|
StudentCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest