Class EmployerJobRecordUpdateAuditPutRequest
Represents the a request for the EmployerJobRecordUpdateAuditPutEvent method.
Inheritance
System.Object
EmployerJobRecordUpdateAuditPutRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class EmployerJobRecordUpdateAuditPutRequest : ServiceRequest
Constructors
EmployerJobRecordUpdateAuditPutRequest()
Declaration
public EmployerJobRecordUpdateAuditPutRequest()
Properties
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
NumberOpenings
Declaration
public int NumberOpenings { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PlEmployerId
Declaration
public int PlEmployerId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PlEmployerJobId
Declaration
public int PlEmployerJobId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
STAT
Declaration
public string STAT { get; set; }
Property Value
Type |
Description |
System.String |
|
UserID
Declaration
public int UserID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest