Class TransferSectionStudentCourseRequest
Reinstate student course request.
Inheritance
System.Object
TransferSectionStudentCourseRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TransferSectionStudentCourseRequest : ServiceRequest
Constructors
TransferSectionStudentCourseRequest()
Declaration
public TransferSectionStudentCourseRequest()
Properties
AllowCompletedLessons
Declaration
public bool AllowCompletedLessons { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowDeletedOnSectionTransfer
Declaration
public bool AllowDeletedOnSectionTransfer { 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 |
|
AllowOverrideRegistrationRelationshipConflict
Declaration
public bool AllowOverrideRegistrationRelationshipConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Credits
Declaration
public decimal Credits { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
FailureMessageType
Declaration
public PrereqCoreqFailureMesssageType FailureMessageType { get; set; }
Property Value
Hours
Declaration
public decimal Hours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
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 |
|
IsAllowedDateTimeConflict
Declaration
public bool IsAllowedDateTimeConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedMaxClassSizeRegisterOverride
Declaration
public bool IsAllowedMaxClassSizeRegisterOverride { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedRegisterAsAuditClass
Declaration
public bool IsAllowedRegisterAsAuditClass { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedToOverrideRegistrationConflict
Declaration
public bool IsAllowedToOverrideRegistrationConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedToWaitListStudent
Declaration
public bool IsAllowedToWaitListStudent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAntireqCheckSkipped
Declaration
public bool? IsAntireqCheckSkipped { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsPrereqCoreqCheckSkipped
Declaration
public bool IsPrereqCoreqCheckSkipped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsReservedStatus
Declaration
public bool IsReservedStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRetakeOverride
Declaration
public bool IsRetakeOverride { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTermValidationSkipped
Declaration
public bool IsTermValidationSkipped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NewClassSectionId
Declaration
public int NewClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|