Class PendingEmployer
This class represents the EntityModel interface to the PlElectronicEmployer database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.CareerServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PendingEmployer
Constructors
PendingEmployer()
Declaration
public PendingEmployer()
Properties
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this PendingEmployer.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
CampusId
Gets or sets the CampusId associated with this PendingEmployer.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CareerServicesAdvisor
Declaration
public virtual Staff CareerServicesAdvisor { get; set; }
Property Value
Type | Description |
---|---|
Staff |
CareerServicesAdvisorId
Gets or sets the CareerServicesAdvisorId associated with this PendingEmployer.
Declaration
public int? CareerServicesAdvisorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CareerServicesAdvisorId. |
City
Gets or sets the City associated with this PendingEmployer.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
Code
Gets or sets the Code associated with this PendingEmployer.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
ContactEmailAddress
Gets or sets the ContactEmailAddress associated with this PendingEmployer.
Declaration
public string ContactEmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactEmailAddress. |
ContactFaxNumber
Gets or sets the ContactFaxNumber associated with this PendingEmployer.
Declaration
public string ContactFaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactFaxNumber. |
ContactFirstName
Gets or sets the ContactFirstName associated with this PendingEmployer.
Declaration
public string ContactFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactFirstName. |
ContactLastName
Gets or sets the ContactLastName associated with this PendingEmployer.
Declaration
public string ContactLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactLastName. |
ContactPhoneNumber
Gets or sets the ContactPhoneNumber associated with this PendingEmployer.
Declaration
public string ContactPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactPhoneNumber. |
ContactPhoneNumberExtension
Gets or sets the ContactPhoneNumberExtension associated with this PendingEmployer.
Declaration
public string ContactPhoneNumberExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactPhoneNumberExtension. |
ContactTitle
Gets or sets the ContactTitle associated with this PendingEmployer.
Declaration
public string ContactTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactTitle. |
Country
Declaration
public virtual Country Country { get; set; }
Property Value
Type | Description |
---|---|
Country |
CountryId
Gets or sets the CountryId associated with this PendingEmployer.
Declaration
public int CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CountryId. |
County
Declaration
public virtual County County { get; set; }
Property Value
Type | Description |
---|---|
County |
CountyId
Gets or sets the CountyId associated with this PendingEmployer.
Declaration
public int? CountyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CountyId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PendingEmployer.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EmployerContactTypeId
Gets or sets the EmployerContactTypeId associated with this PendingEmployer.
Declaration
public int? EmployerContactTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EmployerContactTypeId. |
EmployerEmailAddress
Gets or sets the EmployerEmailAddress associated with this PendingEmployer.
Declaration
public string EmployerEmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmployerEmailAddress. |
Id
Gets or sets the Id associated with this PendingEmployer.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Industry
Declaration
public virtual Industry Industry { get; set; }
Property Value
Type | Description |
---|---|
Industry |
IndustryId
Gets or sets the IndustryId associated with this PendingEmployer.
Declaration
public int IndustryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IndustryId. |
IsActive
Gets or sets the IsActive associated with this PendingEmployer.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PendingEmployer.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PendingEmployer.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this PendingEmployer.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this PendingEmployer.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Pin
Gets or sets the Pin associated with this PendingEmployer.
Declaration
public short? Pin { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The Pin. |
PostalCode
Gets or sets the PostalCode associated with this PendingEmployer.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
State
Gets or sets the State associated with this PendingEmployer.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddress
Gets or sets the StreetAddress associated with this PendingEmployer.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
Url
Gets or sets the Url associated with this PendingEmployer.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Url. |
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. |