Class JobCandidateDetail
Represents Employer Candidates Detail
Inheritance
System.Object
JobCandidateDetail
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()
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class JobCandidateDetail
Constructors
JobCandidateDetail()
Declaration
public JobCandidateDetail()
Properties
AvailableDays
Declaration
public string AvailableDays { get; set; }
Property Value
Type |
Description |
System.String |
|
AvailableHours
Declaration
public string AvailableHours { get; set; }
Property Value
Type |
Description |
System.String |
|
EmployerJobId
Declaration
public int EmployerJobId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
PayRateHigh
Declaration
public decimal PayRateHigh { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PayRateLow
Declaration
public decimal PayRateLow { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
PlacementRepId
Declaration
public int PlacementRepId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PlacementStudentId
Declaration
public int PlacementStudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentPlacementStatus
Declaration
public string StudentPlacementStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentSkillList
Declaration
public string StudentSkillList { get; set; }
Property Value
Type |
Description |
System.String |
|