Class StudentPlacementSummaryEntity
This class represents the EntityModel interface to the PlStudent database table.
Inheritance
Implements
Namespace: Cmc.Nexus.CareerServices.Entities
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class StudentPlacementSummaryEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentPlacementSummaryEntity()
Declaration
public StudentPlacementSummaryEntity()
Fields
AvailableForEmploymentDateProperty
The AvailableForEmploymentDate property.
Declaration
public static readonly EntityProperty AvailableForEmploymentDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DaysOfWeekAvailableProperty
The DaysOfWeekAvailable property.
Declaration
public static readonly EntityProperty DaysOfWeekAvailableProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExitInterviewDateProperty
The ExitInterviewDate property.
Declaration
public static readonly EntityProperty ExitInterviewDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HasCarProperty
The HasCar property.
Declaration
public static readonly EntityProperty HasCarProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HoursAvailableProperty
The HoursAvailable property.
Declaration
public static readonly EntityProperty HoursAvailableProperty
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 |
IndustriesProperty
The Industries property.
Declaration
public static readonly EntityProperty IndustriesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAssistanceWantedProperty
The IsAssistanceWanted property.
Declaration
public static readonly EntityProperty IsAssistanceWantedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsEmployerViewDetailsProperty
The IsEmployerViewDetails property.
Declaration
public static readonly EntityProperty IsEmployerViewDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsWaiverSignedProperty
The IsWaiverSigned property.
Declaration
public static readonly EntityProperty IsWaiverSignedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobLocationsProperty
The JobLocations property.
Declaration
public static readonly EntityProperty JobLocationsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobTitlesProperty
The JobTitles property.
Declaration
public static readonly EntityProperty JobTitlesProperty
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PlacementDateProperty
The PlacementDate property.
Declaration
public static readonly EntityProperty PlacementDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PlacementStatusIdProperty
The PlacementStatusId property.
Declaration
public static readonly EntityProperty PlacementStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PlacementStatusReasonIdProperty
The PlacementStatusReasonId property.
Declaration
public static readonly EntityProperty PlacementStatusReasonIdProperty
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 |
SalaryRangeHighProperty
The SalaryRangeHigh property.
Declaration
public static readonly EntityProperty SalaryRangeHighProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SalaryRangeLowProperty
The SalaryRangeLow property.
Declaration
public static readonly EntityProperty SalaryRangeLowProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SkillsProperty
The Skills property.
Declaration
public static readonly EntityProperty SkillsProperty
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 |
Properties
AvailableForEmploymentDate
Gets or sets the AvailableForEmploymentDate associated with this StudentPlacementSummaryEntity.
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 StudentPlacementSummaryEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DaysOfWeekAvailable
Gets or sets the DaysOfWeekAvailable associated with this StudentPlacementSummaryEntity.
Declaration
public string DaysOfWeekAvailable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DaysOfWeekAvailable. |
ExitInterviewDate
Gets or sets the ExitInterviewDate associated with this StudentPlacementSummaryEntity.
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 StudentPlacementSummaryEntity.
Declaration
public bool HasCar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The HasCar. |
HoursAvailable
Gets or sets the HoursAvailable associated with this StudentPlacementSummaryEntity.
Declaration
public string HoursAvailable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HoursAvailable. |
Id
Gets or sets the Id associated with this StudentPlacementSummaryEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Industries
Declaration
public virtual EntityCollection<StudentPlacementSummaryIndustryEntity> Industries { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentPlacementSummaryIndustryEntity> |
IsAssistanceWanted
Gets or sets the IsAssistanceWanted associated with this StudentPlacementSummaryEntity.
Declaration
public bool IsAssistanceWanted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAssistanceWanted. |
IsEmployerViewDetails
Gets or sets the IsEmployerViewDetails associated with this StudentPlacementSummaryEntity.
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 StudentPlacementSummaryEntity.
Declaration
public bool IsWaiverSigned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsWaiverSigned. |
JobLocations
Declaration
public virtual EntityCollection<StudentPlacementSummaryJobLocationEntity> JobLocations { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentPlacementSummaryJobLocationEntity> |
JobTitles
Declaration
public virtual EntityCollection<StudentPlacementSummaryJobTitleEntity> JobTitles { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentPlacementSummaryJobTitleEntity> |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentPlacementSummaryEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPlacementSummaryEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentPlacementSummaryEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PlacementDate
Gets or sets the PlacementDate associated with this StudentPlacementSummaryEntity.
Declaration
public DateTime? PlacementDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PlacementDate. |
PlacementStatusId
Gets or sets the PlacementStatusId associated with this StudentPlacementSummaryEntity.
Declaration
public int PlacementStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PlacementStatusId. |
PlacementStatusReasonId
Gets or sets the PlacementStatusReasonId associated with this StudentPlacementSummaryEntity.
Declaration
public int? PlacementStatusReasonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PlacementStatusReasonId. |
RowVersion
Gets or sets the RowVersion associated with this StudentPlacementSummaryEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SalaryRangeHigh
Gets or sets the SalaryRangeHigh associated with this StudentPlacementSummaryEntity.
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 StudentPlacementSummaryEntity.
Declaration
public decimal? SalaryRangeLow { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SalaryRangeLow. |
Skills
Declaration
public virtual EntityCollection<StudentPlacementSummarySkillEntity> Skills { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentPlacementSummarySkillEntity> |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentPlacementSummaryEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentPlacementSummaryEntity.
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()