Class StudentPlacementDeletedRecordEntity
This class represents the EntityModel interface to the PlStudentPlacementRecordDeleteAudit database table.
Inheritance
Implements
Namespace: Cmc.Nexus.CareerServices.Entities
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class StudentPlacementDeletedRecordEntity : Entity, IIdentifiable
Constructors
StudentPlacementDeletedRecordEntity()
Declaration
public StudentPlacementDeletedRecordEntity()
Fields
DeletedDateProperty
The DeletedDate property.
Declaration
public static readonly EntityProperty DeletedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EmployerIdProperty
The EmployerId property.
Declaration
public static readonly EntityProperty EmployerIdProperty
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 |
JobTitleIdProperty
The JobTitleId property.
Declaration
public static readonly EntityProperty JobTitleIdProperty
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 |
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 |
TsProperty
The Ts property.
Declaration
public static readonly EntityProperty TsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
DeletedDate
Gets or sets the DeletedDate associated with this StudentPlacementDeletedRecordEntity.
Declaration
public DateTime DeletedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DeletedDate. |
EmployerId
Gets or sets the EmployerId associated with this StudentPlacementDeletedRecordEntity.
Declaration
public int EmployerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EmployerId. |
Id
Gets or sets the Id associated with this StudentPlacementDeletedRecordEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JobTitleId
Gets or sets the JobTitleId associated with this StudentPlacementDeletedRecordEntity.
Declaration
public int? JobTitleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The JobTitleId. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPlacementDeletedRecordEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentPlacementDeletedRecordEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentPlacementDeletedRecordEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentPlacementDeletedRecordEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentPlacementSummaryId
Gets or sets the StudentPlacementSummaryId associated with this StudentPlacementDeletedRecordEntity.
Declaration
public int StudentPlacementSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentPlacementSummaryId. |
Ts
Gets or sets the Ts associated with this StudentPlacementDeletedRecordEntity.
Declaration
public byte[] Ts { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The Ts. |
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()