Class EmployerJobDetail
Inheritance
System.Object
EmployerJobDetail
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 EmployerJobDetail
Constructors
EmployerJobDetail()
Declaration
public EmployerJobDetail()
Properties
EmployerJobId
Declaration
public int EmployerJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EmployerName
Declaration
public string EmployerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewJobStatus
Declaration
public string NewJobStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousJobStatus
Declaration
public string PreviousJobStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |