Class StudentWorkExperienceDetailEntity
This class represents the EntityModel interface to the PlEnrollWorkExperience database table.
Inheritance
Implements
Namespace: Cmc.Nexus.CareerServices.Entities
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class StudentWorkExperienceDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentWorkExperienceDetailEntity()
Declaration
public StudentWorkExperienceDetailEntity()
Fields
ApprovalNoteProperty
The ApprovalNote property.
Declaration
public static readonly EntityProperty ApprovalNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ApprovalStatusProperty
The ApprovalStatus property.
Declaration
public static readonly EntityProperty ApprovalStatusProperty
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 |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentIdProperty
The DocumentId property.
Declaration
public static readonly EntityProperty DocumentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EmployerNameProperty
The EmployerName property.
Declaration
public static readonly EntityProperty EmployerNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EndDateProperty
The EndDate property.
Declaration
public static readonly EntityProperty EndDateProperty
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 |
IndustryIdProperty
The IndustryId property.
Declaration
public static readonly EntityProperty IndustryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IndustryProperty
The Industry property.
Declaration
public static readonly EntityProperty IndustryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobTitleProperty
The JobTitle property.
Declaration
public static readonly EntityProperty JobTitleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobTypeIdProperty
The JobTypeId property.
Declaration
public static readonly EntityProperty JobTypeIdProperty
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 |
LocationProperty
The Location property.
Declaration
public static readonly EntityProperty LocationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StartDateProperty
The StartDate property.
Declaration
public static readonly EntityProperty StartDateProperty
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
ApprovalNote
Gets or sets the ApprovalNote associated with this StudentWorkExperienceDetailEntity.
Declaration
public string ApprovalNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApprovalNote. |
ApprovalStatus
Gets or sets the ApprovalStatus associated with this StudentWorkExperienceDetailEntity.
Declaration
public string ApprovalStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApprovalStatus. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentWorkExperienceDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this StudentWorkExperienceDetailEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
DocumentId
Gets or sets the DocumentId associated with this StudentWorkExperienceDetailEntity.
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 StudentWorkExperienceDetailEntity.
Declaration
public string EmployerName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmployerName. |
EndDate
Gets or sets the EndDate associated with this StudentWorkExperienceDetailEntity.
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 StudentWorkExperienceDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Industry
Gets or sets the Industry associated with this StudentWorkExperienceDetailEntity.
Declaration
public string Industry { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Industry. |
IndustryId
Gets or sets the IndustryId associated with this StudentWorkExperienceDetailEntity.
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 StudentWorkExperienceDetailEntity.
Declaration
public string JobTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobTitle. |
JobTypeId
Gets or sets the JobTypeId associated with this StudentWorkExperienceDetailEntity.
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 StudentWorkExperienceDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentWorkExperienceDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Location
Gets or sets the Location associated with this StudentWorkExperienceDetailEntity.
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Location. |
StartDate
Gets or sets the StartDate associated with this StudentWorkExperienceDetailEntity.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StartDate. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentWorkExperienceDetailEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentWorkExperienceDetailEntity.
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()