Class StudentCourseStatusHistoryChange
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 StudentCourseStatusHistoryChange
Constructors
StudentCourseStatusHistoryChange()
Declaration
public StudentCourseStatusHistoryChange()
Properties
AllowOrDeny
Gets or sets the AllowOrDeny associated with this StudentCourseStatusHistoryChange.
Declaration
public string AllowOrDeny { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AllowOrDeny. |
ClassSection
Declaration
public virtual ClassSection ClassSection { get; set; }
Property Value
Type | Description |
---|---|
ClassSection |
ClassSectionCode
Gets or sets the ClassSectionCode associated with this StudentCourseStatusHistoryChange.
Declaration
public string ClassSectionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ClassSectionCode. |
ClassSectionId
Gets or sets the ClassSectionId associated with this StudentCourseStatusHistoryChange.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
CorequisiteCourseIdList
Gets or sets the CorequisiteCourseIdList associated with this StudentCourseStatusHistoryChange.
Declaration
public string CorequisiteCourseIdList { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CorequisiteCourseIdList. |
Course
Declaration
public virtual Course Course { get; set; }
Property Value
Type | Description |
---|---|
Course |
CourseId
Gets or sets the CourseId associated with this StudentCourseStatusHistoryChange.
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 StudentCourseStatusHistoryChange.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHours
Gets or sets the CreditHours associated with this StudentCourseStatusHistoryChange.
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 StudentCourseStatusHistoryChange.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Id
Gets or sets the Id associated with this StudentCourseStatusHistoryChange.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCrossReferenced
Gets or sets the IsCrossReferenced associated with this StudentCourseStatusHistoryChange.
Declaration
public bool IsCrossReferenced { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCrossReferenced. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentCourseStatusHistoryChange.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentCourseStatusHistoryChange.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Lda
Gets or sets the Lda associated with this StudentCourseStatusHistoryChange.
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 StudentCourseStatusHistoryChange.
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 StudentCourseStatusHistoryChange.
Declaration
public int? ParentTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ParentTermId. |
PrerequisiteCourseIdList
Gets or sets the PrerequisiteCourseIdList associated with this StudentCourseStatusHistoryChange.
Declaration
public string PrerequisiteCourseIdList { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrerequisiteCourseIdList. |
PreviousStatus
Gets or sets the PreviousStatus associated with this StudentCourseStatusHistoryChange.
Declaration
public string PreviousStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousStatus. |
RuleType
Gets or sets the RuleType associated with this StudentCourseStatusHistoryChange.
Declaration
public string RuleType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RuleType. |
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 StudentCourseStatusHistoryChange.
Declaration
public string StudentCourseAction { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentCourseAction. |
StudentCourseeStatusChangeReasonId
Gets or sets the StudentCourseeStatusChangeReasonId associated with this StudentCourseStatusHistoryChange.
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 StudentCourseStatusHistoryChange.
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseId. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentCourseStatusHistoryChange.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentCourseStatusHistoryChange.
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 StudentCourseStatusHistoryChange.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |