Class EmployerJobStatusChangeRequest
Inheritance
System.Object
EmployerJobStatusChangeRequest
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 EmployerJobStatusChangeRequest
Constructors
EmployerJobStatusChangeRequest()
Declaration
public EmployerJobStatusChangeRequest()
Properties
CampusIdList
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
EmployerStatusDetailList
Declaration
public ICollection<EmployerJobStatusDetail> EmployerStatusDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<EmployerJobStatusDetail> |
NumberOfBatchRecords
Declaration
public int NumberOfBatchRecords { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentPlacementAssociationValue
Declaration
public int StudentPlacementAssociationValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |