Class TermRegistrationRequest
Represents the a request for the BatchTermReigstration method.
Inheritance
System.Object
TermRegistrationRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TermRegistrationRequest : ServiceRequest
Constructors
TermRegistrationRequest()
Declaration
public TermRegistrationRequest()
Properties
AcademicSessionId
Declaration
public int AcademicSessionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BatchIdentifier
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Credits
Declaration
public decimal Credits { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Hours
Declaration
public decimal Hours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
IsAllowedAddDropDate
Declaration
public bool IsAllowedAddDropDate { 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 |
|
IsAllowedOverrideRegRelConflict
Declaration
public bool IsAllowedOverrideRegRelConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedOverrideRetake
Declaration
public bool IsAllowedOverrideRetake { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedRegistrationCohort
Declaration
public bool IsAllowedRegistrationCohort { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedReserveSeatCount
Declaration
public bool IsAllowedReserveSeatCount { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowOverideStudentRegistrationHold
Declaration
public bool IsAllowOverideStudentRegistrationHold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowOverrideRegistrationMaximumAttempts
Declaration
public bool IsAllowOverrideRegistrationMaximumAttempts { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowOverrideStudentExpectedStartDate
Declaration
public bool IsAllowOverrideStudentExpectedStartDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDateTimeConflictAllowed
Declaration
public bool IsDateTimeConflictAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsLastJobItem
Declaration
public bool IsLastJobItem { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMaxOverrideAllowed
Declaration
public bool IsMaxOverrideAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRegisterExceedingCourseElectivePoolLimit
Declaration
public bool IsRegisterExceedingCourseElectivePoolLimit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRegRelConflictExist
Declaration
public bool? IsRegRelConflictExist { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsRequestFromUnitTest
Declaration
public bool IsRequestFromUnitTest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ParentTermId
Declaration
public int ParentTermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest