Class StudentCourseStatusHistoryChangeEntity
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 StudentCourseStatusHistoryChangeEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentCourseStatusHistoryChangeEntity()
Declaration
public StudentCourseStatusHistoryChangeEntity()
Fields
AllowOrDenyProperty
The AllowOrDeny property.
Declaration
public static readonly EntityProperty AllowOrDenyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
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 |
CorequisiteCourseIdListProperty
The CorequisiteCourseIdList property.
Declaration
public static readonly EntityProperty CorequisiteCourseIdListProperty
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 Enrollment 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 Current course status 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 |
PrerequisiteCourseIdListProperty
The PrerequisiteCourseIdList property.
Declaration
public static readonly EntityProperty PrerequisiteCourseIdListProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousStatusProperty
The Previous enrollment status 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 |
RuleTypeProperty
The RuleType property.
Declaration
public static readonly EntityProperty RuleTypeProperty
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
AllowOrDeny
Gets or sets the AllowOrDeny associated with this StudentCourseStatusHistoryChangeEntity.
Declaration
public string AllowOrDeny { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AllowOrDeny. |
ClassSectionCode
Gets or sets the ClassSectionCode associated with this StudentCourseStatusHistoryChangeEntity.
Declaration
public string ClassSectionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ClassSectionCode. |
ClassSectionId
Gets or sets the ClassSectionId associated with this StudentCourseStatusHistoryChangeEntity.
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 StudentCourseStatusHistoryChangeEntity.
Declaration
public string CorequisiteCourseIdList { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CorequisiteCourseIdList. |
CourseId
Gets or sets the CourseId associated with this StudentCourseStatusHistoryChangeEntity.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentCourseStatusHistoryChangeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHours
Gets or sets the CreditHours associated with this StudentCourseStatusHistoryChangeEntity.
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 StudentCourseStatusHistoryChangeEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Id
Gets or sets the Id associated with this StudentCourseStatusHistoryChangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCrossReferenced
Gets or sets the IsCrossReferenced associated with this StudentCourseStatusHistoryChangeEntity.
Declaration
public bool IsCrossReferenced { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCrossReferenced. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentCourseStatusHistoryChangeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentCourseStatusHistoryChangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Lda
Gets or sets the Lda associated with this StudentCourseStatusHistoryChangeEntity.
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 StudentCourseStatusHistoryChangeEntity.
Declaration
public string NewStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewStatus. |
ParentTermId
Gets or sets the ParentTermId associated with this StudentCourseStatusHistoryChangeEntity.
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 StudentCourseStatusHistoryChangeEntity.
Declaration
public string PrerequisiteCourseIdList { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrerequisiteCourseIdList. |
PreviousStatus
Gets or sets the PreviousStatus associated with this StudentCourseStatusHistoryChangeEntity.
Declaration
public string PreviousStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousStatus. |
RowVersion
Gets or sets the RowVersion associated with this StudentCourseStatusHistoryChangeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
RuleType
Gets or sets the RuleType associated with this StudentCourseStatusHistoryChangeEntity.
Declaration
public string RuleType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RuleType. |
StudentCourseAction
Gets or sets the StudentCourseAction associated with this StudentCourseStatusHistoryChangeEntity.
Declaration
public string StudentCourseAction { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentCourseAction. |
StudentCourseeStatusChangeReasonId
Gets or sets the StudentCourseeStatusChangeReasonId associated with this StudentCourseStatusHistoryChangeEntity.
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 StudentCourseStatusHistoryChangeEntity.
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 StudentCourseStatusHistoryChangeEntity.
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 StudentCourseStatusHistoryChangeEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TermId
Gets or sets the TermId associated with this StudentCourseStatusHistoryChangeEntity.
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()