Class StudentPlacementSummary
This class represents the EntityModel interface to the PlStudent database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.CareerServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentPlacementSummary
Constructors
StudentPlacementSummary()
Declaration
public StudentPlacementSummary()
Properties
AvailableForEmploymentDate
Gets or sets the AvailableForEmploymentDate associated with this StudentPlacementSummary.
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 StudentPlacementSummary.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DaysOfWeekAvailable
Gets or sets the DaysOfWeekAvailable associated with this StudentPlacementSummary.
Declaration
public string DaysOfWeekAvailable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DaysOfWeekAvailable. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
ExitInterviewDate
Gets or sets the ExitInterviewDate associated with this StudentPlacementSummary.
Declaration
public DateTime? ExitInterviewDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExitInterviewDate. |
HasCar
Gets or sets the HasCar associated with this StudentPlacementSummary.
Declaration
public bool HasCar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The HasCar. |
HoursAvailable
Gets or sets the HoursAvailable associated with this StudentPlacementSummary.
Declaration
public string HoursAvailable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HoursAvailable. |
Id
Gets or sets the Id associated with this StudentPlacementSummary.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Industries
Declaration
public virtual ICollection<StudentPlacementSummaryIndustry> Industries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPlacementSummaryIndustry> |
IsAssistanceWanted
Gets or sets the IsAssistanceWanted associated with this StudentPlacementSummary.
Declaration
public bool IsAssistanceWanted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAssistanceWanted. |
IsEmployerViewDetails
Gets or sets the IsEmployerViewDetails associated with this StudentPlacementSummary.
Declaration
public bool? IsEmployerViewDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsEmployerViewDetails. |
IsWaiverSigned
Gets or sets the IsWaiverSigned associated with this StudentPlacementSummary.
Declaration
public bool IsWaiverSigned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsWaiverSigned. |
JobLocations
Declaration
public virtual ICollection<StudentPlacementSummaryJobLocation> JobLocations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPlacementSummaryJobLocation> |
JobTitles
Declaration
public virtual ICollection<StudentPlacementSummaryJobTitle> JobTitles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPlacementSummaryJobTitle> |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentPlacementSummary.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPlacementSummary.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentPlacementSummary.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PlacementDate
Gets or sets the PlacementDate associated with this StudentPlacementSummary.
Declaration
public DateTime? PlacementDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PlacementDate. |
Placements
Declaration
public virtual ICollection<StudentPlacement> Placements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPlacement> |
PlacementStatus
Declaration
public virtual SchoolStatus PlacementStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
PlacementStatusHistory
Declaration
public virtual ICollection<StudentPlacementStatusHistory> PlacementStatusHistory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPlacementStatusHistory> |
PlacementStatusId
Gets or sets the PlacementStatusId associated with this StudentPlacementSummary.
Declaration
public int PlacementStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PlacementStatusId. |
PlacementStatusReason
Declaration
public virtual PlacementStatusReason PlacementStatusReason { get; set; }
Property Value
Type | Description |
---|---|
PlacementStatusReason |
PlacementStatusReasonId
Gets or sets the PlacementStatusReasonId associated with this StudentPlacementSummary.
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 StudentPlacementSummary.
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 StudentPlacementSummary.
Declaration
public decimal? SalaryRangeLow { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SalaryRangeLow. |
Skills
Declaration
public virtual ICollection<StudentPlacementSummarySkill> Skills { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPlacementSummarySkill> |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentPlacementSummary.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentPlacementSummary.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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. |