Class DuplicateEmployerDetail
Inheritance
System.Object
DuplicateEmployerDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class DuplicateEmployerDetail
Constructors
DuplicateEmployerDetail()
Declaration
public DuplicateEmployerDetail()
Properties
CampusGroupId
Declaration
public int CampusGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
CampusNameList
Declaration
public string CampusNameList { get; set; }
Property Value
Type |
Description |
System.String |
|
CareerServicesAdvisorId
Declaration
public int? CareerServicesAdvisorId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
City
Declaration
public string City { get; set; }
Property Value
Type |
Description |
System.String |
|
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ContactEmailAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ContactFaxNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ContactFirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ContactLastName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ContactTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
CountryId
Declaration
public int? CountryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CountyId
Declaration
public int? CountyId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CreatedDateTime
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DuplicateRecordsCount
Declaration
public int? DuplicateRecordsCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? EmployerContactTypeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EmployerEmailAddress
Declaration
public string EmployerEmailAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IndustryCode
Declaration
public string IndustryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
IndustryId
Declaration
public int? IndustryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IndustryName
Declaration
public string IndustryName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDuplicateEmpOverrideAllowed
Declaration
public bool? IsDuplicateEmpOverrideAllowed { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsParent
Declaration
public bool IsParent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastModifiedDateTime
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
PhoneNumberExtension
Declaration
public string PhoneNumberExtension { get; set; }
Property Value
Type |
Description |
System.String |
|
Pin
Declaration
public short? Pin { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int16> |
|
PostalCode
Declaration
public string PostalCode { get; set; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
StreetAddress
Declaration
public string StreetAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
UsaStateName
Declaration
public string UsaStateName { get; set; }
Property Value
Type |
Description |
System.String |
|