Class StudentSchoolStatusHistory
This class represents the EntityModel interface to the SyStatChange database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentSchoolStatusHistory
Constructors
StudentSchoolStatusHistory()
Declaration
public StudentSchoolStatusHistory()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentSchoolStatusHistory.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveDate
Gets or sets the EffectiveDate associated with this StudentSchoolStatusHistory.
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveDate. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
EnrollmentStatusNewUnitValue
Gets or sets the EnrollmentStatusNewUnitValue associated with this StudentSchoolStatusHistory.
Declaration
public string EnrollmentStatusNewUnitValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentStatusNewUnitValue. |
EnrollmentStatusPreviousUnitValue
Gets or sets the EnrollmentStatusPreviousUnitValue associated with this StudentSchoolStatusHistory.
Declaration
public string EnrollmentStatusPreviousUnitValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentStatusPreviousUnitValue. |
EnrollmentStatusTerm
Declaration
public virtual Term EnrollmentStatusTerm { get; set; }
Property Value
Type | Description |
---|---|
Term |
EnrollmentStatusTermId
Gets or sets the EnrollmentStatusTermId associated with this StudentSchoolStatusHistory.
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 StudentSchoolStatusHistory.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InternalNote
Gets or sets the InternalNote associated with this StudentSchoolStatusHistory.
Declaration
public string InternalNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InternalNote. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentSchoolStatusHistory.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentSchoolStatusHistory.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Lda
Gets or sets the Lda associated with this StudentSchoolStatusHistory.
Declaration
public DateTime? Lda { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The Lda. |
NewEnrollmentStatus
Declaration
public virtual EnrollmentStatus NewEnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
EnrollmentStatus |
NewEnrollmentStatusId
Gets or sets the NewEnrollmentStatusId associated with this StudentSchoolStatusHistory.
Declaration
public int? NewEnrollmentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewEnrollmentStatusId. |
NewSchoolStatus
Declaration
public virtual SchoolStatus NewSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
NewSchoolStatusId
Gets or sets the NewSchoolStatusId associated with this StudentSchoolStatusHistory.
Declaration
public int NewSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NewSchoolStatusId. |
NewSystemSchoolStatus
Declaration
public virtual SystemSchoolStatus NewSystemSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SystemSchoolStatus |
NewSystemSchoolStatusId
Gets or sets the NewSystemSchoolStatusId associated with this StudentSchoolStatusHistory.
Declaration
public int NewSystemSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NewSystemSchoolStatusId. |
Note
Gets or sets the Note associated with this StudentSchoolStatusHistory.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NsldsWithdrawalDate
Gets or sets the NsldsWithdrawalDate associated with this StudentSchoolStatusHistory.
Declaration
public DateTime? NsldsWithdrawalDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The NsldsWithdrawalDate. |
PreviousEnrollmentStatus
Declaration
public virtual EnrollmentStatus PreviousEnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
EnrollmentStatus |
PreviousEnrollmentStatusId
Gets or sets the PreviousEnrollmentStatusId associated with this StudentSchoolStatusHistory.
Declaration
public int? PreviousEnrollmentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousEnrollmentStatusId. |
PreviousSchoolStatus
Declaration
public virtual SchoolStatus PreviousSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
PreviousSchoolStatusId
Gets or sets the PreviousSchoolStatusId associated with this StudentSchoolStatusHistory.
Declaration
public int PreviousSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PreviousSchoolStatusId. |
PreviousSystemSchoolStatus
Declaration
public virtual SystemSchoolStatus PreviousSystemSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SystemSchoolStatus |
PreviousSystemSchoolStatusId
Gets or sets the PreviousSystemSchoolStatusId associated with this StudentSchoolStatusHistory.
Declaration
public int PreviousSystemSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PreviousSystemSchoolStatusId. |
SchoolStatusChangeReason
Declaration
public virtual SchoolStatusChangeReason SchoolStatusChangeReason { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatusChangeReason |
SchoolStatusChangeReasonId
Gets or sets the SchoolStatusChangeReasonId associated with this StudentSchoolStatusHistory.
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 StudentSchoolStatusHistory.
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 StudentSchoolStatusHistory.
Declaration
public string StatusChangeRecordStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatusChangeRecordStatus. |
StatusChangeType
Gets or sets the StatusChangeType associated with this StudentSchoolStatusHistory.
Declaration
public string StatusChangeType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatusChangeType. |
StatusReturnDate
Gets or sets the StatusReturnDate associated with this StudentSchoolStatusHistory.
Declaration
public DateTime? StatusReturnDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StatusReturnDate. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentSchoolStatusHistory.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentSchoolStatusHistory.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentSchoolStatusDescription
Gets or sets the StudentSchoolStatusDescription associated with this StudentSchoolStatusHistory.
Declaration
public string StudentSchoolStatusDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSchoolStatusDescription. |
Task
Declaration
public virtual Task Task { get; set; }
Property Value
Type | Description |
---|---|
Task |
TaskId
Gets or sets the TaskId associated with this StudentSchoolStatusHistory.
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()
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. |