Class StudentPlacementSummaryInSchoolDetailEntity
This class represents the EntityModel interface to the PlStudentInSchool database table.
Inheritance
Implements
Namespace: Cmc.Nexus.CareerServices.Entities
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class StudentPlacementSummaryInSchoolDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentPlacementSummaryInSchoolDetailEntity()
Declaration
public StudentPlacementSummaryInSchoolDetailEntity()
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 |
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 |
IsAssistanceWantedProperty
The IsAssistanceWanted property.
Declaration
public static readonly EntityProperty IsAssistanceWantedProperty
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 |
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 |
SchoolStatusIdProperty
The SchoolStatusId property.
Declaration
public static readonly EntityProperty SchoolStatusIdProperty
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 |
StudentPlacementSummaryIdProperty
The StudentPlacementSummaryId property.
Declaration
public static readonly EntityProperty StudentPlacementSummaryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AvailableForEmploymentDate
Gets or sets the AvailableForEmploymentDate associated with this StudentPlacementSummaryInSchoolDetailEntity.
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 StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DaysOfWeekAvailable
Gets or sets the DaysOfWeekAvailable associated with this StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public string DaysOfWeekAvailable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DaysOfWeekAvailable. |
HasCar
Gets or sets the HasCar associated with this StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public bool HasCar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The HasCar. |
HoursAvailable
Gets or sets the HoursAvailable associated with this StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public string HoursAvailable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HoursAvailable. |
Id
Gets or sets the Id associated with this StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAssistanceWanted
Gets or sets the IsAssistanceWanted associated with this StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public bool IsAssistanceWanted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAssistanceWanted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PlacementDate
Gets or sets the PlacementDate associated with this StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public DateTime? PlacementDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PlacementDate. |
PlacementStatusReasonId
Gets or sets the PlacementStatusReasonId associated with this StudentPlacementSummaryInSchoolDetailEntity.
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 StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SalaryRangeHigh
Gets or sets the SalaryRangeHigh associated with this StudentPlacementSummaryInSchoolDetailEntity.
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 StudentPlacementSummaryInSchoolDetailEntity.
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 StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SchoolStatusId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentPlacementSummaryInSchoolDetailEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentPlacementSummaryId
Gets or sets the StudentPlacementSummaryId associated with this StudentPlacementSummaryInSchoolDetailEntity.
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()