Class StudentPlacement
This class represents the EntityModel interface to the PlStudentPlacement database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.CareerServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentPlacement
Constructors
StudentPlacement()
Declaration
public StudentPlacement()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentPlacement.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Employer
Declaration
public virtual Employer Employer { get; set; }
Property Value
Type | Description |
---|---|
Employer |
EmployerId
Gets or sets the EmployerId associated with this StudentPlacement.
Declaration
public int EmployerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EmployerId. |
EmployerJob
Declaration
public virtual EmployerJob EmployerJob { get; set; }
Property Value
Type | Description |
---|---|
EmployerJob |
EmployerJobId
Gets or sets the EmployerJobId associated with this StudentPlacement.
Declaration
public int? EmployerJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EmployerJobId. |
EndDate
Gets or sets the EndDate associated with this StudentPlacement.
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EndDate. |
EndTime
Gets or sets the EndTime associated with this StudentPlacement.
Declaration
public string EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EndTime. |
FieldOfStudy
Gets or sets the FieldOfStudy associated with this StudentPlacement.
Declaration
public string FieldOfStudy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldOfStudy. |
FullJobTitle
Gets or sets the FullJobTitle associated with this StudentPlacement.
Declaration
public string FullJobTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FullJobTitle. |
HasBenefits
Gets or sets the HasBenefits associated with this StudentPlacement.
Declaration
public bool HasBenefits { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The HasBenefits. |
HowPlaced
Declaration
public virtual HowPlaced HowPlaced { get; set; }
Property Value
Type | Description |
---|---|
HowPlaced |
HowPlacedId
Gets or sets the HowPlacedId associated with this StudentPlacement.
Declaration
public int? HowPlacedId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The HowPlacedId. |
Id
Gets or sets the Id associated with this StudentPlacement.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsConverted
Gets or sets the IsConverted associated with this StudentPlacement.
Declaration
public bool? IsConverted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsConverted. |
IsCurrent
Gets or sets the IsCurrent associated with this StudentPlacement.
Declaration
public bool? IsCurrent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsCurrent. |
IsFromInterview
Gets or sets the IsFromInterview associated with this StudentPlacement.
Declaration
public bool IsFromInterview { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFromInterview. |
IsPlacementFee
Gets or sets the IsPlacementFee associated with this StudentPlacement.
Declaration
public bool IsPlacementFee { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlacementFee. |
JobCategory
Declaration
public virtual JobCategory JobCategory { get; set; }
Property Value
Type | Description |
---|---|
JobCategory |
JobCategoryId
Gets or sets the JobCategoryId associated with this StudentPlacement.
Declaration
public int? JobCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The JobCategoryId. |
JobDescription
Gets or sets the JobDescription associated with this StudentPlacement.
Declaration
public string JobDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobDescription. |
JobSchedule
Gets or sets the JobSchedule associated with this StudentPlacement.
Declaration
public string JobSchedule { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobSchedule. |
JobSource
Declaration
public virtual JobSource JobSource { get; set; }
Property Value
Type | Description |
---|---|
JobSource |
JobSourceId
Gets or sets the JobSourceId associated with this StudentPlacement.
Declaration
public int? JobSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The JobSourceId. |
JobStatus
Gets or sets the JobStatus associated with this StudentPlacement.
Declaration
public string JobStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobStatus. |
JobTitle
Declaration
public virtual JobTitle JobTitle { get; set; }
Property Value
Type | Description |
---|---|
JobTitle |
JobTitleId
Gets or sets the JobTitleId associated with this StudentPlacement.
Declaration
public int? JobTitleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The JobTitleId. |
JobType
Declaration
public virtual JobType JobType { get; set; }
Property Value
Type | Description |
---|---|
JobType |
JobTypeId
Gets or sets the JobTypeId associated with this StudentPlacement.
Declaration
public int? JobTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The JobTypeId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentPlacement.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPlacement.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentPlacement.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PlacementDate
Gets or sets the PlacementDate associated with this StudentPlacement.
Declaration
public DateTime? PlacementDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PlacementDate. |
PlacementRep
Declaration
public virtual Staff PlacementRep { get; set; }
Property Value
Type | Description |
---|---|
Staff |
PlacementRepId
Gets or sets the PlacementRepId associated with this StudentPlacement.
Declaration
public int? PlacementRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PlacementRepId. |
PlacementStatusHistory
Declaration
public virtual ICollection<StudentPlacementStatusHistory> PlacementStatusHistory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPlacementStatusHistory> |
SalaryInfo
Declaration
public virtual ICollection<StudentPlacementSalary> SalaryInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPlacementSalary> |
StartDate
Gets or sets the StartDate associated with this StudentPlacement.
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StartDate. |
StartTime
Gets or sets the StartTime associated with this StudentPlacement.
Declaration
public string StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StartTime. |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentPlacement.
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseId. |
StudentPlacementSummary
Declaration
public virtual StudentPlacementSummary StudentPlacementSummary { get; set; }
Property Value
Type | Description |
---|---|
StudentPlacementSummary |
StudentPlacementSummaryId
Gets or sets the StudentPlacementSummaryId associated with this StudentPlacement.
Declaration
public int StudentPlacementSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentPlacementSummaryId. |
Supervisor
Gets or sets the Supervisor associated with this StudentPlacement.
Declaration
public string Supervisor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Supervisor. |
SupervisorPhoneNumber
Gets or sets the SupervisorPhoneNumber associated with this StudentPlacement.
Declaration
public string SupervisorPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SupervisorPhoneNumber. |
TerminationDate
Gets or sets the TerminationDate associated with this StudentPlacement.
Declaration
public DateTime? TerminationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TerminationDate. |
TerminationReason
Gets or sets the TerminationReason associated with this StudentPlacement.
Declaration
public string TerminationReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TerminationReason. |
VerifiedPlacementRep
Declaration
public virtual Staff VerifiedPlacementRep { get; set; }
Property Value
Type | Description |
---|---|
Staff |
VerifiedPlacementRepId
Gets or sets the VerifiedPlacementRepId associated with this StudentPlacement.
Declaration
public int? VerifiedPlacementRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The VerifiedPlacementRepId. |
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. |