Class EmployerContactDeletedRecord
This class represents the EntityModel interface to the PlEmployerContactRecordsDeleteAudit database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.CareerServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class EmployerContactDeletedRecord
Constructors
EmployerContactDeletedRecord()
Declaration
public EmployerContactDeletedRecord()
Properties
City
Gets or sets the City associated with this EmployerContactDeletedRecord.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
Country
Declaration
public virtual Country Country { get; set; }
Property Value
Type | Description |
---|---|
Country |
CountryId
Gets or sets the CountryId associated with this EmployerContactDeletedRecord.
Declaration
public int? CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CountryId. |
DeletedDate
Gets or sets the DeletedDate associated with this EmployerContactDeletedRecord.
Declaration
public DateTime DeletedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DeletedDate. |
EmailAddress
Gets or sets the EmailAddress associated with this EmployerContactDeletedRecord.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailAddress. |
Employer
Declaration
public virtual Employer Employer { get; set; }
Property Value
Type | Description |
---|---|
Employer |
EmployerId
Gets or sets the EmployerId associated with this EmployerContactDeletedRecord.
Declaration
public int EmployerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EmployerId. |
FirstName
Gets or sets the FirstName associated with this EmployerContactDeletedRecord.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
Id
Gets or sets the Id associated with this EmployerContactDeletedRecord.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this EmployerContactDeletedRecord.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this EmployerContactDeletedRecord.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
Note
Gets or sets the Note associated with this EmployerContactDeletedRecord.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PhoneNumber
Gets or sets the PhoneNumber associated with this EmployerContactDeletedRecord.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PhoneNumber. |
PostalCode
Gets or sets the PostalCode associated with this EmployerContactDeletedRecord.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
State
Gets or sets the State associated with this EmployerContactDeletedRecord.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddress
Gets or sets the StreetAddress associated with this EmployerContactDeletedRecord.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
Title
Gets or sets the Title associated with this EmployerContactDeletedRecord.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Title. |
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. |