Class StudentSchoolStatusHistoryEntity
This class represents the EntityModel interface to the SyStatChange database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class StudentSchoolStatusHistoryEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentSchoolStatusHistoryEntity()
Declaration
public StudentSchoolStatusHistoryEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EffectiveDateProperty
The EffectiveDate property.
Declaration
public static readonly EntityProperty EffectiveDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EnrollmentStatusNewUnitValueProperty
The EnrollmentStatusNewUnitValue property.
Declaration
public static readonly EntityProperty EnrollmentStatusNewUnitValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EnrollmentStatusPreviousUnitValueProperty
The EnrollmentStatusPreviousUnitValue property.
Declaration
public static readonly EntityProperty EnrollmentStatusPreviousUnitValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EnrollmentStatusTermIdProperty
The EnrollmentStatusTermId property.
Declaration
public static readonly EntityProperty EnrollmentStatusTermIdProperty
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 |
InternalNoteProperty
The InternalNote property.
Declaration
public static readonly EntityProperty InternalNoteProperty
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 |
NewEnrollmentStatusIdProperty
The NewEnrollmentStatusId property.
Declaration
public static readonly EntityProperty NewEnrollmentStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewSchoolStatusIdProperty
The NewSchoolStatusId property.
Declaration
public static readonly EntityProperty NewSchoolStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewSystemSchoolStatusIdProperty
The NewSystemSchoolStatusId property.
Declaration
public static readonly EntityProperty NewSystemSchoolStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NsldsWithdrawalDateProperty
The NsldsWithdrawalDate property.
Declaration
public static readonly EntityProperty NsldsWithdrawalDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousEnrollmentStatusIdProperty
The PreviousEnrollmentStatusId property.
Declaration
public static readonly EntityProperty PreviousEnrollmentStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousSchoolStatusIdProperty
The PreviousSchoolStatusId property.
Declaration
public static readonly EntityProperty PreviousSchoolStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousSystemSchoolStatusIdProperty
The PreviousSystemSchoolStatusId property.
Declaration
public static readonly EntityProperty PreviousSystemSchoolStatusIdProperty
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 |
SchoolStatusChangeReasonIdProperty
The SchoolStatusChangeReasonId property.
Declaration
public static readonly EntityProperty SchoolStatusChangeReasonIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusBeginDateProperty
The StatusBeginDate property.
Declaration
public static readonly EntityProperty StatusBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusChangeRecordStatusProperty
The StatusChangeRecordStatus property.
Declaration
public static readonly EntityProperty StatusChangeRecordStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusChangeTypeProperty
The StatusChangeType property.
Declaration
public static readonly EntityProperty StatusChangeTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusReturnDateProperty
The StatusReturnDate property.
Declaration
public static readonly EntityProperty StatusReturnDateProperty
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 |
StudentSchoolStatusDescriptionProperty
The StudentSchoolStatusDescription property.
Declaration
public static readonly EntityProperty StudentSchoolStatusDescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskIdProperty
The TaskId property.
Declaration
public static readonly EntityProperty TaskIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentSchoolStatusHistoryEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveDate
Gets or sets the EffectiveDate associated with this StudentSchoolStatusHistoryEntity.
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveDate. |
EnrollmentStatusNewUnitValue
Gets or sets the EnrollmentStatusNewUnitValue associated with this StudentSchoolStatusHistoryEntity.
Declaration
public string EnrollmentStatusNewUnitValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentStatusNewUnitValue. |
EnrollmentStatusPreviousUnitValue
Gets or sets the EnrollmentStatusPreviousUnitValue associated with this StudentSchoolStatusHistoryEntity.
Declaration
public string EnrollmentStatusPreviousUnitValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentStatusPreviousUnitValue. |
EnrollmentStatusTermId
Gets or sets the EnrollmentStatusTermId associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int? EnrollmentStatusTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EnrollmentStatusTermId. |
Id
Gets or sets the Id associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InternalNote
Gets or sets the InternalNote associated with this StudentSchoolStatusHistoryEntity.
Declaration
public string InternalNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InternalNote. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentSchoolStatusHistoryEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Lda
Gets or sets the Lda associated with this StudentSchoolStatusHistoryEntity.
Declaration
public DateTime? Lda { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The Lda. |
NewEnrollmentStatusId
Gets or sets the NewEnrollmentStatusId associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int? NewEnrollmentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewEnrollmentStatusId. |
NewSchoolStatusCode
Declaration
public string NewSchoolStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewSchoolStatusId
Gets or sets the NewSchoolStatusId associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int NewSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NewSchoolStatusId. |
NewSystemSchoolStatusId
Gets or sets the NewSystemSchoolStatusId associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int NewSystemSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NewSystemSchoolStatusId. |
Note
Gets or sets the Note associated with this StudentSchoolStatusHistoryEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NsldsWithdrawalDate
Gets or sets the NsldsWithdrawalDate associated with this StudentSchoolStatusHistoryEntity.
Declaration
public DateTime? NsldsWithdrawalDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The NsldsWithdrawalDate. |
PersonId
Declaration
public int? PersonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PreviousEnrollmentStatusId
Gets or sets the PreviousEnrollmentStatusId associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int? PreviousEnrollmentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousEnrollmentStatusId. |
PreviousSchoolStatusCode
Declaration
public string PreviousSchoolStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousSchoolStatusId
Gets or sets the PreviousSchoolStatusId associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int PreviousSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PreviousSchoolStatusId. |
PreviousSystemSchoolStatusId
Gets or sets the PreviousSystemSchoolStatusId associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int PreviousSystemSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PreviousSystemSchoolStatusId. |
RowVersion
Gets or sets the RowVersion associated with this StudentSchoolStatusHistoryEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolStatusChangeReasonCode
Declaration
public string SchoolStatusChangeReasonCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SchoolStatusChangeReasonId
Gets or sets the SchoolStatusChangeReasonId associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int? SchoolStatusChangeReasonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SchoolStatusChangeReasonId. |
StatusBeginDate
Gets or sets the StatusBeginDate associated with this StudentSchoolStatusHistoryEntity.
Declaration
public DateTime? StatusBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StatusBeginDate. |
StatusChangeRecordStatus
Gets or sets the StatusChangeRecordStatus associated with this StudentSchoolStatusHistoryEntity.
Declaration
public string StatusChangeRecordStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatusChangeRecordStatus. |
StatusChangeType
Gets or sets the StatusChangeType associated with this StudentSchoolStatusHistoryEntity.
Declaration
public string StatusChangeType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatusChangeType. |
StatusReturnDate
Gets or sets the StatusReturnDate associated with this StudentSchoolStatusHistoryEntity.
Declaration
public DateTime? StatusReturnDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StatusReturnDate. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentSchoolStatusDescription
Gets or sets the StudentSchoolStatusDescription associated with this StudentSchoolStatusHistoryEntity.
Declaration
public string StudentSchoolStatusDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSchoolStatusDescription. |
TaskId
Gets or sets the TaskId associated with this StudentSchoolStatusHistoryEntity.
Declaration
public int TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskId. |
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()