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