Class UnregisterClassSectionRosterRequest
Inheritance
System.Object
UnregisterClassSectionRosterRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UnregisterClassSectionRosterRequest : ServiceRequest
Constructors
UnregisterClassSectionRosterRequest()
Declaration
public UnregisterClassSectionRosterRequest()
Properties
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
CourseStatusChangeReasonId
Declaration
public int? CourseStatusChangeReasonId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Credits
Declaration
public decimal? Credits { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Decimal> |
|
CrossReferenceCourseId
Declaration
public int CrossReferenceCourseId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Description
Declaration
public string Description { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FailureMessageType
Declaration
public PrereqCoreqFailureMesssageType FailureMessageType { get; set; }
Property Value
Hours
Declaration
public decimal? Hours { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Decimal> |
|
ImpactedStudentCourseIdList
Declaration
public List<int> ImpactedStudentCourseIdList { 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 |
|
IsAllConflictOverridden
Declaration
public bool IsAllConflictOverridden { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedToOverrideClosedTerm
Declaration
public bool IsAllowedToOverrideClosedTerm { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAntireqCheckSkipped
Declaration
public bool? IsAntireqCheckSkipped { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
IsClassSectionAllowed
Declaration
public bool IsClassSectionAllowed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsCoreqCheckSkipped
Declaration
public bool IsCoreqCheckSkipped { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsCrossReferencedCourse
Declaration
public bool IsCrossReferencedCourse { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsMultiCourseDependencyIgnored
Declaration
public bool IsMultiCourseDependencyIgnored { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsOnlyParentAllowed
Declaration
public bool IsOnlyParentAllowed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsOverrideRegistrationConflictAllowed
Declaration
public bool IsOverrideRegistrationConflictAllowed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsOverrideRegistrationPrereqCoreqConflictAllowed
Declaration
public bool IsOverrideRegistrationPrereqCoreqConflictAllowed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsPrereqCheckSkipped
Declaration
public bool IsPrereqCheckSkipped { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsTermValidationSkipped
Declaration
public bool IsTermValidationSkipped { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Note
Declaration
public string Note { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StudentCourseDetailList
Declaration
public List<StudentCourseDetails> StudentCourseDetailList { get; set; }
Property Value
StudentCourseIdList
Declaration
[Obsolete]
public List<int> StudentCourseIdList { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Int32> |
|