Class StudentCourseStatusChange
This class represents the EntityModel interface to the AdEnrollSchedStatusHistory database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentCourseStatusChange
Constructors
StudentCourseStatusChange()
Declaration
public StudentCourseStatusChange()
Properties
ClassSection
Declaration
public virtual ClassSection ClassSection { get; set; }
Property Value
Type | Description |
---|---|
ClassSection |
ClassSectionCode
Gets or sets the ClassSectionCode associated with this StudentCourseStatusChange.
Declaration
public string ClassSectionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ClassSectionCode. |
ClassSectionId
Gets or sets the ClassSectionId associated with this StudentCourseStatusChange.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
Course
Declaration
public virtual Course Course { get; set; }
Property Value
Type | Description |
---|---|
Course |
CourseId
Gets or sets the CourseId associated with this StudentCourseStatusChange.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CourseStatusChangeReason
Declaration
public virtual StudentCourseStatusChangeReason CourseStatusChangeReason { get; set; }
Property Value
Type | Description |
---|---|
StudentCourseStatusChangeReason |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentCourseStatusChange.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHours
Gets or sets the CreditHours associated with this StudentCourseStatusChange.
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 StudentCourseStatusChange.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
Id
Gets or sets the Id associated with this StudentCourseStatusChange.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCrossReferenced
Gets or sets the IsCrossReferenced associated with this StudentCourseStatusChange.
Declaration
public bool IsCrossReferenced { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCrossReferenced. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentCourseStatusChange.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentCourseStatusChange.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Lda
Gets or sets the Lda associated with this StudentCourseStatusChange.
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 StudentCourseStatusChange.
Declaration
public string NewStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewStatus. |
ParentTerm
Declaration
public virtual Term ParentTerm { get; set; }
Property Value
Type | Description |
---|---|
Term |
ParentTermId
Gets or sets the ParentTermId associated with this StudentCourseStatusChange.
Declaration
public int? ParentTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ParentTermId. |
PreviousStatus
Gets or sets the PreviousStatus associated with this StudentCourseStatusChange.
Declaration
public string PreviousStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousStatus. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentCourse
Declaration
public virtual StudentCourse StudentCourse { get; set; }
Property Value
Type | Description |
---|---|
StudentCourse |
StudentCourseAction
Gets or sets the StudentCourseAction associated with this StudentCourseStatusChange.
Declaration
public string StudentCourseAction { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentCourseAction. |
StudentCourseeStatusChangeReasonId
Gets or sets the StudentCourseeStatusChangeReasonId associated with this StudentCourseStatusChange.
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 StudentCourseStatusChange.
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 StudentCourseStatusChange.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentCourseStatusChange.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StudentCourseStatusChange.
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()