Class StudentWorkExperienceDetail
This class represents the EntityModel interface to the PlEnrollWorkExperience database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.CareerServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentWorkExperienceDetail
Constructors
StudentWorkExperienceDetail()
Declaration
public StudentWorkExperienceDetail()
Properties
ApprovalNote
Gets or sets the ApprovalNote associated with this StudentWorkExperienceDetail.
Declaration
public string ApprovalNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApprovalNote. |
ApprovalStatus
Gets or sets the ApprovalStatus associated with this StudentWorkExperienceDetail.
Declaration
public string ApprovalStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApprovalStatus. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentWorkExperienceDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this StudentWorkExperienceDetail.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Document
Declaration
public virtual Document Document { get; set; }
Property Value
Type | Description |
---|---|
Document |
DocumentId
Gets or sets the DocumentId associated with this StudentWorkExperienceDetail.
Declaration
public int? DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentId. |
EmployerName
Gets or sets the EmployerName associated with this StudentWorkExperienceDetail.
Declaration
public string EmployerName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmployerName. |
EndDate
Gets or sets the EndDate associated with this StudentWorkExperienceDetail.
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EndDate. |
Id
Gets or sets the Id associated with this StudentWorkExperienceDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Industry
Gets or sets the Industry associated with this StudentWorkExperienceDetail.
Declaration
public string Industry { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Industry. |
IndustryId
Gets or sets the IndustryId associated with this StudentWorkExperienceDetail.
Declaration
public int? IndustryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The IndustryId. |
JobTitle
Gets or sets the JobTitle associated with this StudentWorkExperienceDetail.
Declaration
public string JobTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobTitle. |
JobType
Declaration
public virtual JobType JobType { get; set; }
Property Value
Type | Description |
---|---|
JobType |
JobTypeId
Gets or sets the JobTypeId associated with this StudentWorkExperienceDetail.
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 StudentWorkExperienceDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentWorkExperienceDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Location
Gets or sets the Location associated with this StudentWorkExperienceDetail.
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Location. |
StartDate
Gets or sets the StartDate associated with this StudentWorkExperienceDetail.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StartDate. |
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 StudentWorkExperienceDetail.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentWorkExperienceDetail.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
WorkExperienceIndustry
Declaration
public virtual Industry WorkExperienceIndustry { get; set; }
Property Value
Type | Description |
---|---|
Industry |
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. |