Class TermRegistrationResponse
Represents the response for the BatchTermReigstration method.
Inheritance
System.Object
TermRegistrationResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TermRegistrationResponse : ServiceResponse
Constructors
TermRegistrationResponse()
Declaration
public TermRegistrationResponse()
Properties
ConflictDetails
Declaration
public List<TermRegistrationConflictDetail> ConflictDetails { get; set; }
Property Value
ElectivePoolLimitDetail
Declaration
public ElectivePoolLimitDetail ElectivePoolLimitDetail { get; set; }
Property Value
IsAddDropDateValidWithoutPermission
Declaration
public bool IsAddDropDateValidWithoutPermission { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAddDropDateValidWithPermission
Declaration
public bool IsAddDropDateValidWithPermission { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedOverrideDenyPrereqCoreqConflict
Declaration
public bool IsAllowedOverrideDenyPrereqCoreqConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedOverrideMaxRegistrationForClass
Declaration
public bool IsAllowedOverrideMaxRegistrationForClass { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedOverridePrereqCoreqConflict
Declaration
public bool IsAllowedOverridePrereqCoreqConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedOverrideRegistrationLockConflict
Declaration
public bool IsAllowedOverrideRegistrationLockConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedOverrideRetake
Declaration
public bool IsAllowedOverrideRetake { 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 |
|
IsCourseCreditsHoursExceededElectivePoolCredits
Declaration
public bool IsCourseCreditsHoursExceededElectivePoolCredits { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDateTimeConflictAllowed
Declaration
public bool IsDateTimeConflictAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDependantCourseValid
Declaration
public bool IsDependantCourseValid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsReserveSeatValid
Declaration
public bool IsReserveSeatValid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTermAndCourseSame
Declaration
public bool IsTermAndCourseSame { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTermOverlapping
Declaration
public bool IsTermOverlapping { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LockEvaluationOutputList
Declaration
public List<RegistrationRuleResultOutput> LockEvaluationOutputList { get; set; }
Property Value
NumberOfCreditsHoursExceedingElectivePoolCreditsHours
Declaration
public decimal? NumberOfCreditsHoursExceedingElectivePoolCreditsHours { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
NumberOfElectivePoolCreditsHours
Declaration
[Obsolete("Deprecated. Do not use.")]
public decimal? NumberOfElectivePoolCreditsHours { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
PrereqCoreqStatusSummaryInfoMessageList
Declaration
public List<PrereqCoreqStatusSummaryInfoMessage> PrereqCoreqStatusSummaryInfoMessageList { get; set; }
Property Value
TermRegistrationAcademicSessionDetails
Declaration
public List<TermRegistrationAcademicSessionDetail> TermRegistrationAcademicSessionDetails { get; set; }
Property Value