Class PendingEmployerEntity
This class represents the EntityModel interface to the PlElectronicEmployer database table.
Inheritance
Implements
Namespace: Cmc.Nexus.CareerServices.Entities
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class PendingEmployerEntity : Entity, IIdentifiable, IAuditable
Constructors
PendingEmployerEntity()
Declaration
public PendingEmployerEntity()
Fields
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CareerServicesAdvisorIdProperty
The CareerServicesAdvisorId property.
Declaration
public static readonly EntityProperty CareerServicesAdvisorIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CityProperty
The City property.
Declaration
public static readonly EntityProperty CityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactEmailAddressProperty
The ContactEmailAddress property.
Declaration
public static readonly EntityProperty ContactEmailAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactFaxNumberProperty
The ContactFaxNumber property.
Declaration
public static readonly EntityProperty ContactFaxNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactFirstNameProperty
The ContactFirstName property.
Declaration
public static readonly EntityProperty ContactFirstNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactLastNameProperty
The ContactLastName property.
Declaration
public static readonly EntityProperty ContactLastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactPhoneNumberExtensionProperty
The ContactPhoneNumberExtension property.
Declaration
public static readonly EntityProperty ContactPhoneNumberExtensionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactPhoneNumberProperty
The ContactPhoneNumber property.
Declaration
public static readonly EntityProperty ContactPhoneNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactTitleProperty
The ContactTitle property.
Declaration
public static readonly EntityProperty ContactTitleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountryIdProperty
The CountryId property.
Declaration
public static readonly EntityProperty CountryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountyIdProperty
The CountyId property.
Declaration
public static readonly EntityProperty CountyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EmployerContactTypeIdProperty
The EmployerContactTypeId property.
Declaration
public static readonly EntityProperty EmployerContactTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EmployerEmailAddressProperty
The EmployerEmailAddress property.
Declaration
public static readonly EntityProperty EmployerEmailAddressProperty
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 |
IndustryIdProperty
The IndustryId property.
Declaration
public static readonly EntityProperty IndustryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
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 |
PinProperty
The Pin property.
Declaration
public static readonly EntityProperty PinProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostalCodeProperty
The PostalCode property.
Declaration
public static readonly EntityProperty PostalCodeProperty
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 |
StateProperty
The State property.
Declaration
public static readonly EntityProperty StateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StreetAddressProperty
The StreetAddress property.
Declaration
public static readonly EntityProperty StreetAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UrlProperty
The Url property.
Declaration
public static readonly EntityProperty UrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusGroupId
Gets or sets the CampusGroupId associated with this PendingEmployerEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
CampusId
Gets or sets the CampusId associated with this PendingEmployerEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CareerServicesAdvisorId
Gets or sets the CareerServicesAdvisorId associated with this PendingEmployerEntity.
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 PendingEmployerEntity.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
Code
Gets or sets the Code associated with this PendingEmployerEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
ContactEmailAddress
Gets or sets the ContactEmailAddress associated with this PendingEmployerEntity.
Declaration
public string ContactEmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactEmailAddress. |
ContactFaxNumber
Gets or sets the ContactFaxNumber associated with this PendingEmployerEntity.
Declaration
public string ContactFaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactFaxNumber. |
ContactFirstName
Gets or sets the ContactFirstName associated with this PendingEmployerEntity.
Declaration
public string ContactFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactFirstName. |
ContactLastName
Gets or sets the ContactLastName associated with this PendingEmployerEntity.
Declaration
public string ContactLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactLastName. |
ContactPhoneNumber
Gets or sets the ContactPhoneNumber associated with this PendingEmployerEntity.
Declaration
public string ContactPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactPhoneNumber. |
ContactPhoneNumberExtension
Gets or sets the ContactPhoneNumberExtension associated with this PendingEmployerEntity.
Declaration
public string ContactPhoneNumberExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactPhoneNumberExtension. |
ContactTitle
Gets or sets the ContactTitle associated with this PendingEmployerEntity.
Declaration
public string ContactTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactTitle. |
CountryId
Gets or sets the CountryId associated with this PendingEmployerEntity.
Declaration
public int CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CountryId. |
CountyId
Gets or sets the CountyId associated with this PendingEmployerEntity.
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 PendingEmployerEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EmployerContactTypeId
Gets or sets the EmployerContactTypeId associated with this PendingEmployerEntity.
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 PendingEmployerEntity.
Declaration
public string EmployerEmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmployerEmailAddress. |
Id
Gets or sets the Id associated with this PendingEmployerEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IndustryId
Gets or sets the IndustryId associated with this PendingEmployerEntity.
Declaration
public int IndustryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IndustryId. |
IsActive
Gets or sets the IsActive associated with this PendingEmployerEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PendingEmployerEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PendingEmployerEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this PendingEmployerEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this PendingEmployerEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Pin
Gets or sets the Pin associated with this PendingEmployerEntity.
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 PendingEmployerEntity.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
RowVersion
Gets or sets the RowVersion associated with this PendingEmployerEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
State
Gets or sets the State associated with this PendingEmployerEntity.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddress
Gets or sets the StreetAddress associated with this PendingEmployerEntity.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
Url
Gets or sets the Url associated with this PendingEmployerEntity.
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()