Class StudentPlacementStatusHistory
This class represents the EntityModel interface to the PlStatChange database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.CareerServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentPlacementStatusHistory
Constructors
StudentPlacementStatusHistory()
Declaration
public StudentPlacementStatusHistory()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentPlacementStatusHistory.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveDate
Gets or sets the EffectiveDate associated with this StudentPlacementStatusHistory.
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveDate. |
Id
Gets or sets the Id associated with this StudentPlacementStatusHistory.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentPlacementStatusHistory.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPlacementStatusHistory.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewPlacementStatus
Declaration
public virtual SchoolStatus NewPlacementStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
NewPlacementStatusId
Gets or sets the NewPlacementStatusId associated with this StudentPlacementStatusHistory.
Declaration
public int NewPlacementStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NewPlacementStatusId. |
Note
Gets or sets the Note associated with this StudentPlacementStatusHistory.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PlacementStatusReason
Declaration
public virtual PlacementStatusReason PlacementStatusReason { get; set; }
Property Value
Type | Description |
---|---|
PlacementStatusReason |
PlacementStatusReasonId
Gets or sets the PlacementStatusReasonId associated with this StudentPlacementStatusHistory.
Declaration
public int? PlacementStatusReasonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PlacementStatusReasonId. |
PreviousPlacementStatus
Declaration
public virtual SchoolStatus PreviousPlacementStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
PreviousPlacementStatusId
Gets or sets the PreviousPlacementStatusId associated with this StudentPlacementStatusHistory.
Declaration
public int PreviousPlacementStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PreviousPlacementStatusId. |
StudentPlacement
Declaration
public virtual StudentPlacement StudentPlacement { get; set; }
Property Value
Type | Description |
---|---|
StudentPlacement |
StudentPlacementId
Gets or sets the StudentPlacementId associated with this StudentPlacementStatusHistory.
Declaration
public int? StudentPlacementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentPlacementId. |
StudentPlacementSummary
Declaration
public virtual StudentPlacementSummary StudentPlacementSummary { get; set; }
Property Value
Type | Description |
---|---|
StudentPlacementSummary |
StudentPlacementSummaryId
Gets or sets the StudentPlacementSummaryId associated with this StudentPlacementStatusHistory.
Declaration
public int StudentPlacementSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentPlacementSummaryId. |
StudentSchoolStatusHistoryId
Gets or sets the StudentSchoolStatusHistoryId associated with this StudentPlacementStatusHistory.
Declaration
public int? StudentSchoolStatusHistoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentSchoolStatusHistoryId. |
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. |