Class EmployerJobDeletedRecord
This class represents the EntityModel interface to the PlEmployerAvailableJobRecordDeleteAudit database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.CareerServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class EmployerJobDeletedRecord
Constructors
EmployerJobDeletedRecord()
Declaration
public EmployerJobDeletedRecord()
Properties
Contact
Gets or sets the Contact associated with this EmployerJobDeletedRecord.
Declaration
public string Contact { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Contact. |
DeletedDate
Gets or sets the DeletedDate associated with this EmployerJobDeletedRecord.
Declaration
public DateTime? DeletedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DeletedDate. |
Employer
Declaration
public virtual Employer Employer { get; set; }
Property Value
Type | Description |
---|---|
Employer |
EmployerId
Gets or sets the EmployerId associated with this EmployerJobDeletedRecord.
Declaration
public int EmployerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EmployerId. |
EndDate
Gets or sets the EndDate associated with this EmployerJobDeletedRecord.
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 EmployerJobDeletedRecord.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JobDescription
Gets or sets the JobDescription associated with this EmployerJobDeletedRecord.
Declaration
public string JobDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobDescription. |
JobTitle
Declaration
public virtual JobTitle JobTitle { get; set; }
Property Value
Type | Description |
---|---|
JobTitle |
JobTitleId
Gets or sets the JobTitleId associated with this EmployerJobDeletedRecord.
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 EmployerJobDeletedRecord.
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 EmployerJobDeletedRecord.
Declaration
public int LastModfiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModfiedUserId. |
Note
Gets or sets the Note associated with this EmployerJobDeletedRecord.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumberOpenings
Gets or sets the NumberOpenings associated with this EmployerJobDeletedRecord.
Declaration
public short NumberOpenings { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The NumberOpenings. |
StartDate
Gets or sets the StartDate associated with this EmployerJobDeletedRecord.
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()
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. |