Class StudentCourseStatusChangeEntity
This class represents the EntityModel interface to the AdEnrollSchedStatusHistory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentCourseStatusChangeEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentCourseStatusChangeEntity()
Declaration
public StudentCourseStatusChangeEntity()
Fields
ClassSectionCodeProperty
The ClassSectionCode property.
Declaration
public static readonly EntityProperty ClassSectionCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ClassSectionIdProperty
The ClassSectionId property.
Declaration
public static readonly EntityProperty ClassSectionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseIdProperty
The CourseId property.
Declaration
public static readonly EntityProperty CourseIdProperty
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 |
CreditHoursProperty
The CreditHours property.
Declaration
public static readonly EntityProperty CreditHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
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 |
IsCrossReferencedProperty
The IsCrossReferenced property.
Declaration
public static readonly EntityProperty IsCrossReferencedProperty
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 |
LdaProperty
The Lda property.
Declaration
public static readonly EntityProperty LdaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewStatusProperty
The NewStatus property.
Declaration
public static readonly EntityProperty NewStatusProperty
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 |
PreviousStatusProperty
The PreviousStatus property.
Declaration
public static readonly EntityProperty PreviousStatusProperty
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 |
StudentCourseActionProperty
The StudentCourseAction property.
Declaration
public static readonly EntityProperty StudentCourseActionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentCourseeStatusChangeReasonIdProperty
The StudentCourseeStatusChangeReasonId property.
Declaration
public static readonly EntityProperty StudentCourseeStatusChangeReasonIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentCourseIdProperty
The StudentCourseId property.
Declaration
public static readonly EntityProperty StudentCourseIdProperty
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 |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
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 |
Properties
AdProgramId
Declaration
public int? AdProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ClassSectionCode
Gets or sets the ClassSectionCode associated with this StudentCourseStatusChangeEntity.
Declaration
public string ClassSectionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ClassSectionCode. |
ClassSectionId
Gets or sets the ClassSectionId associated with this StudentCourseStatusChangeEntity.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
CourseId
Gets or sets the CourseId associated with this StudentCourseStatusChangeEntity.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CourseName
Declaration
public string CourseName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CourseStatusChangeReason
Declaration
public string CourseStatusChangeReason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentCourseStatusChangeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHours
Gets or sets the CreditHours associated with this StudentCourseStatusChangeEntity.
Declaration
public decimal? CreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CreditHours. |
Description
Gets or sets the Description associated with this StudentCourseStatusChangeEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Id
Gets or sets the Id associated with this StudentCourseStatusChangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCrossReferenced
Gets or sets the IsCrossReferenced associated with this StudentCourseStatusChangeEntity.
Declaration
public bool IsCrossReferenced { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCrossReferenced. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentCourseStatusChangeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentCourseStatusChangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Lda
Gets or sets the Lda associated with this StudentCourseStatusChangeEntity.
Declaration
public DateTime? Lda { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The Lda. |
NewStatus
Gets or sets the NewStatus associated with this StudentCourseStatusChangeEntity.
Declaration
public string NewStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewStatus. |
ParentTermId
Gets or sets the ParentTermId associated with this StudentCourseStatusChangeEntity.
Declaration
public int? ParentTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ParentTermId. |
PersonId
Declaration
public int? PersonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PreviousStatus
Gets or sets the PreviousStatus associated with this StudentCourseStatusChangeEntity.
Declaration
public string PreviousStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousStatus. |
RowVersion
Gets or sets the RowVersion associated with this StudentCourseStatusChangeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentCourseAction
Gets or sets the StudentCourseAction associated with this StudentCourseStatusChangeEntity.
Declaration
public string StudentCourseAction { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentCourseAction. |
StudentCourseeStatusChangeReasonId
Gets or sets the StudentCourseeStatusChangeReasonId associated with this StudentCourseStatusChangeEntity.
Declaration
public int? StudentCourseeStatusChangeReasonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseeStatusChangeReasonId. |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentCourseStatusChangeEntity.
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentCourseStatusChangeEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentEnrollmentTermSummaryEntity
Declaration
public StudentEnrollmentTermSummaryEntity StudentEnrollmentTermSummaryEntity { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentTermSummaryEntity |
StudentId
Gets or sets the StudentId associated with this StudentCourseStatusChangeEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermId
Gets or sets the TermId associated with this StudentCourseStatusChangeEntity.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
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()