Class SaveEmployerContactDataChangeRequest
Inheritance
System.Object
SaveEmployerContactDataChangeRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
public class SaveEmployerContactDataChangeRequest : ServiceRequest
Constructors
Declaration
public SaveEmployerContactDataChangeRequest()
Properties
Declaration
public List<EmployerContactDataChangeCustom> EmployerContactDataChangeList { get; set; }
Property Value
Declaration
public int EmployerContactId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int EmployerId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|