Class TrackRegistrationRequest
Represents the a request for the BatchTrackReigstration method.
Inheritance
System.Object
TrackRegistrationRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TrackRegistrationRequest : ServiceRequest
Constructors
TrackRegistrationRequest()
Declaration
public TrackRegistrationRequest()
Properties
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClassSectionsWithRegRelConflict
Declaration
public ICollection<int> ClassSectionsWithRegRelConflict { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
ClockHours
Declaration
public decimal ClockHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseStatus
Declaration
public string CourseStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
CreditHours
Declaration
public decimal CreditHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
DefaultCourseFeeScheduleId
Declaration
public int DefaultCourseFeeScheduleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EnrollmentStatusClockHours
Declaration
public decimal EnrollmentStatusClockHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
EnrollmentStatusCreditHours
Declaration
public decimal EnrollmentStatusCreditHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
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 |
|
IsCourseFeeScheduleAllowed
Declaration
public bool IsCourseFeeScheduleAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMaxOverrideAllowed
Declaration
public bool IsMaxOverrideAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideAddDropDateAllowed
Declaration
public bool IsOverrideAddDropDateAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideAlreadyScheduledConflictAllowed
Declaration
public bool IsOverrideAlreadyScheduledConflictAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideConflictsAllowed
Declaration
public bool IsOverrideConflictsAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideDateTimeConflictAllowed
Declaration
public bool IsOverrideDateTimeConflictAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideMaxRegistrationForClassAllowed
Declaration
public bool IsOverrideMaxRegistrationForClassAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideRegistrationHold
Declaration
public bool IsOverrideRegistrationHold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideRegistrationMaximumAttemptsAllowed
Declaration
public bool IsOverrideRegistrationMaximumAttemptsAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideReservedSeatCountAllowed
Declaration
public bool IsOverrideReservedSeatCountAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideRetakeAllowed
Declaration
public bool IsOverrideRetakeAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideStudentExpectedStartDateAllowed
Declaration
public bool IsOverrideStudentExpectedStartDateAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOvrrideMaxClassSectionSize
Declaration
public bool IsOvrrideMaxClassSectionSize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ParentTermId
Declaration
public int ParentTermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RetakeFeeStatus
Declaration
public string RetakeFeeStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
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 |
|
TrackId
Declaration
public int TrackId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest