Class EmployerJobCandidate
Inheritance
System.Object
EmployerJobCandidate
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 EmployerJobCandidate
Constructors
EmployerJobCandidate()
Declaration
public EmployerJobCandidate()
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 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CareerServiceAdvisor
Declaration
public string CareerServiceAdvisor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Comments { 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 |
|
StaffId
Declaration
public int StaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
[Obsolete("Do not Use")]
public int StudentNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentNumberString
Declaration
public string StudentNumberString { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentPlacementStatus
Declaration
public string StudentPlacementStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentSkill
Declaration
public string StudentSkill { get; set; }
Property Value
Type |
Description |
System.String |
|