Class EmployerJobDeletedRecordEntity
This class represents the EntityModel interface to the PlEmployerAvailableJobRecordDeleteAudit database table.
Inheritance
Implements
Namespace: Cmc.Nexus.CareerServices.Entities
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class EmployerJobDeletedRecordEntity : Entity, IIdentifiable
Constructors
EmployerJobDeletedRecordEntity()
Declaration
public EmployerJobDeletedRecordEntity()
Fields
ContactProperty
The Contact property.
Declaration
public static readonly EntityProperty ContactProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
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 |
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 |
JobDescriptionProperty
The JobDescription property.
Declaration
public static readonly EntityProperty JobDescriptionProperty
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 |
JobTypeIdProperty
The JobTypeId property.
Declaration
public static readonly EntityProperty JobTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModfiedUserIdProperty
The LastModfiedUserId property.
Declaration
public static readonly EntityProperty LastModfiedUserIdProperty
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 |
NumberOpeningsProperty
The NumberOpenings property.
Declaration
public static readonly EntityProperty NumberOpeningsProperty
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 |
StartDateProperty
The StartDate property.
Declaration
public static readonly EntityProperty StartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Contact
Gets or sets the Contact associated with this EmployerJobDeletedRecordEntity.
Declaration
public string Contact { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Contact. |
DeletedDate
Gets or sets the DeletedDate associated with this EmployerJobDeletedRecordEntity.
Declaration
public DateTime? DeletedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DeletedDate. |
EmployerId
Gets or sets the EmployerId associated with this EmployerJobDeletedRecordEntity.
Declaration
public int EmployerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EmployerId. |
EndDate
Gets or sets the EndDate associated with this EmployerJobDeletedRecordEntity.
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 EmployerJobDeletedRecordEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JobDescription
Gets or sets the JobDescription associated with this EmployerJobDeletedRecordEntity.
Declaration
public string JobDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobDescription. |
JobTitleId
Gets or sets the JobTitleId associated with this EmployerJobDeletedRecordEntity.
Declaration
public int? JobTitleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The JobTitleId. |
JobTypeId
Gets or sets the JobTypeId associated with this EmployerJobDeletedRecordEntity.
Declaration
public int? JobTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The JobTypeId. |
LastModfiedUserId
Gets or sets the LastModfiedUserId associated with this EmployerJobDeletedRecordEntity.
Declaration
public int LastModfiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModfiedUserId. |
Note
Gets or sets the Note associated with this EmployerJobDeletedRecordEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumberOpenings
Gets or sets the NumberOpenings associated with this EmployerJobDeletedRecordEntity.
Declaration
public short NumberOpenings { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The NumberOpenings. |
RowVersion
Gets or sets the RowVersion associated with this EmployerJobDeletedRecordEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StartDate
Gets or sets the StartDate associated with this EmployerJobDeletedRecordEntity.
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StartDate. |
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()