Class StudentPlacementSummaryInSchoolDetail
This class represents the EntityModel interface to the PlStudentInSchool database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.CareerServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentPlacementSummaryInSchoolDetail
Constructors
StudentPlacementSummaryInSchoolDetail()
Declaration
public StudentPlacementSummaryInSchoolDetail()
Properties
AvailableForEmploymentDate
Gets or sets the AvailableForEmploymentDate associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public DateTime? AvailableForEmploymentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AvailableForEmploymentDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DaysOfWeekAvailable
Gets or sets the DaysOfWeekAvailable associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public string DaysOfWeekAvailable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DaysOfWeekAvailable. |
HasCar
Gets or sets the HasCar associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public bool HasCar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The HasCar. |
HoursAvailable
Gets or sets the HoursAvailable associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public string HoursAvailable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HoursAvailable. |
Id
Gets or sets the Id associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAssistanceWanted
Gets or sets the IsAssistanceWanted associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public bool IsAssistanceWanted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAssistanceWanted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PlacementDate
Gets or sets the PlacementDate associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public DateTime? PlacementDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PlacementDate. |
PlacementStatus
Declaration
public virtual SchoolStatus PlacementStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
PlacementStatusReason
Declaration
public virtual PlacementStatusReason PlacementStatusReason { get; set; }
Property Value
Type | Description |
---|---|
PlacementStatusReason |
PlacementStatusReasonId
Gets or sets the PlacementStatusReasonId associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public int? PlacementStatusReasonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PlacementStatusReasonId. |
SalaryRangeHigh
Gets or sets the SalaryRangeHigh associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public decimal? SalaryRangeHigh { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SalaryRangeHigh. |
SalaryRangeLow
Gets or sets the SalaryRangeLow associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public decimal? SalaryRangeLow { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SalaryRangeLow. |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SchoolStatusId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentPlacementSummary
Declaration
public virtual StudentPlacementSummary StudentPlacementSummary { get; set; }
Property Value
Type | Description |
---|---|
StudentPlacementSummary |
StudentPlacementSummaryId
Gets or sets the StudentPlacementSummaryId associated with this StudentPlacementSummaryInSchoolDetail.
Declaration
public int StudentPlacementSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentPlacementSummaryId. |
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. |