Class StudentCoursePendingRegistrationEntity
This class represents the EntityModel interface to the AdEnrollRegistration database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentCoursePendingRegistrationEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentCoursePendingRegistrationEntity()
Declaration
public StudentCoursePendingRegistrationEntity()
Fields
ClassSectionIdProperty
The ClassSectionId property.
Declaration
public static readonly EntityProperty ClassSectionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditsProperty
The Credits property.
Declaration
public static readonly EntityProperty CreditsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HoursProperty
The Hours property.
Declaration
public static readonly EntityProperty HoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAdvisorApprovalRequiredProperty
The IsAdvisorApprovalRequired property.
Declaration
public static readonly EntityProperty IsAdvisorApprovalRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ParentTermIdProperty
The ParentTermId property.
Declaration
public static readonly EntityProperty ParentTermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentDetailsProperty
The PaymentDetails property.
Declaration
public static readonly EntityProperty PaymentDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegisteredDateProperty
The RegisteredDate property.
Declaration
public static readonly EntityProperty RegisteredDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReservationExpiresDateProperty
The ReservationExpiresDate property.
Declaration
public static readonly EntityProperty ReservationExpiresDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResultCodeProperty
The ResultCode property.
Declaration
public static readonly EntityProperty ResultCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResultDetailProperty
The ResultDetail property.
Declaration
public static readonly EntityProperty ResultDetailProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RetakeFeeWaivedProperty
The RetakeFeeWaived property.
Declaration
public static readonly EntityProperty RetakeFeeWaivedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentCourseStatusChangeReasonIdProperty
The StudentCourseStatusChangeReasonId property.
Declaration
public static readonly EntityProperty StudentCourseStatusChangeReasonIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WaitlistDateProperty
The WaitlistDate property.
Declaration
public static readonly EntityProperty WaitlistDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ClassSectionId
Gets or sets the ClassSectionId associated with this StudentCoursePendingRegistrationEntity.
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClassSectionId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentCoursePendingRegistrationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Credits
Gets or sets the Credits associated with this StudentCoursePendingRegistrationEntity.
Declaration
public decimal? Credits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Credits. |
Hours
Gets or sets the Hours associated with this StudentCoursePendingRegistrationEntity.
Declaration
public decimal? Hours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Hours. |
Id
Gets or sets the Id associated with this StudentCoursePendingRegistrationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAdvisorApprovalRequired
Gets or sets the IsAdvisorApprovalRequired associated with this StudentCoursePendingRegistrationEntity.
Declaration
public bool? IsAdvisorApprovalRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsAdvisorApprovalRequired. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentCoursePendingRegistrationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentCoursePendingRegistrationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ParentTermId
Gets or sets the ParentTermId associated with this StudentCoursePendingRegistrationEntity.
Declaration
public int? ParentTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ParentTermId. |
PaymentDetails
Gets or sets the PaymentDetails associated with this StudentCoursePendingRegistrationEntity.
Declaration
public string PaymentDetails { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentDetails. |
RegisteredDate
Gets or sets the RegisteredDate associated with this StudentCoursePendingRegistrationEntity.
Declaration
public DateTime? RegisteredDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RegisteredDate. |
ReservationExpiresDate
Gets or sets the ReservationExpiresDate associated with this StudentCoursePendingRegistrationEntity.
Declaration
public DateTime? ReservationExpiresDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReservationExpiresDate. |
ResultCode
Gets or sets the ResultCode associated with this StudentCoursePendingRegistrationEntity.
Declaration
public int? ResultCode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ResultCode. |
ResultDetail
Gets or sets the ResultDetail associated with this StudentCoursePendingRegistrationEntity.
Declaration
public string ResultDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResultDetail. |
RetakeFeeWaived
Gets or sets the RetakeFeeWaived associated with this StudentCoursePendingRegistrationEntity.
Declaration
public string RetakeFeeWaived { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RetakeFeeWaived. |
RowVersion
Gets or sets the RowVersion associated with this StudentCoursePendingRegistrationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Status
Gets or sets the Status associated with this StudentCoursePendingRegistrationEntity.
Declaration
public short Status { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The Status. |
StudentCourseStatusChangeReasonId
Gets or sets the StudentCourseStatusChangeReasonId associated with this StudentCoursePendingRegistrationEntity.
Declaration
public int? StudentCourseStatusChangeReasonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseStatusChangeReasonId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentCoursePendingRegistrationEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
TermId
Gets or sets the TermId associated with this StudentCoursePendingRegistrationEntity.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
WaitlistDate
Gets or sets the WaitlistDate associated with this StudentCoursePendingRegistrationEntity.
Declaration
public DateTime? WaitlistDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The WaitlistDate. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()