Class WaitListRegisterStudentRequest
Represents the a request for the SaveStudentCourseEvent method.
Inheritance
System.Object
WaitListRegisterStudentRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WaitListRegisterStudentRequest : ServiceRequest
Constructors
WaitListRegisterStudentRequest()
Declaration
public WaitListRegisterStudentRequest()
Properties
IsAllowedOverrideAddDrop
Declaration
public bool IsAllowedOverrideAddDrop { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedOverrideMaxAttemptsCourse
Declaration
public bool IsAllowedOverrideMaxAttemptsCourse { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedOverrideMaxRegistrationForClass
Declaration
public bool IsAllowedOverrideMaxRegistrationForClass { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedOverridePrereqCoregConflict
Declaration
public bool IsAllowedOverridePrereqCoregConflict { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedOverrideRegistrationLockConflict
Declaration
public bool IsAllowedOverrideRegistrationLockConflict { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedOverrideRegistrationRelationshipConflict
Declaration
public bool IsAllowedOverrideRegistrationRelationshipConflict { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedOverrideRetake
Declaration
public bool IsAllowedOverrideRetake { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsDateTimeConflictAllowed
Declaration
public bool IsDateTimeConflictAllowed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsSendMessage
Declaration
public bool IsSendMessage { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsStudentRegistrationHoldOverrideAllowed
Declaration
public bool IsStudentRegistrationHoldOverrideAllowed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsTransferStudent
Declaration
public bool IsTransferStudent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
StudentCoursePendingRegistrationId
Declaration
public int StudentCoursePendingRegistrationId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
TransferStudentClassSectionId
Declaration
public int TransferStudentClassSectionId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest