Class GetDuplicateEmployerRequest
Inheritance
System.Object
GetDuplicateEmployerRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class GetDuplicateEmployerRequest : ServiceRequest
Constructors
GetDuplicateEmployerRequest()
Declaration
public GetDuplicateEmployerRequest()
Properties
CampusIdList
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
EmployerAddress
Declaration
public string EmployerAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
EmployerName
Declaration
public string EmployerName { get; set; }
Property Value
Type |
Description |
System.String |
|
EmployerPhoneNumber
Declaration
public string EmployerPhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
EmployerWebsite
Declaration
public string EmployerWebsite { get; set; }
Property Value
Type |
Description |
System.String |
|