Class EmployerJobStatusDetail
Inheritance
System.Object
EmployerJobStatusDetail
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()
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class EmployerJobStatusDetail
Constructors
EmployerJobStatusDetail()
Declaration
public EmployerJobStatusDetail()
Properties
EmployerJobId
Declaration
public int EmployerJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EmployerJobStatus
Declaration
public string EmployerJobStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmployerName
Declaration
public string EmployerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumberPositionsFilled
Declaration
public int NumberPositionsFilled { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PlacementRecords
Declaration
public int PlacementRecords { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |