Class GetPlacementUpdateStatusRequest
Inheritance
System.Object
GetPlacementUpdateStatusRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class GetPlacementUpdateStatusRequest : ServiceRequest
Constructors
GetPlacementUpdateStatusRequest()
Declaration
public GetPlacementUpdateStatusRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HighGradDate
Declaration
public string HighGradDate { get; set; }
Property Value
Type |
Description |
System.String |
|
HighStratDate
Declaration
public string HighStratDate { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAdvisor
Declaration
public bool IsAdvisor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LowGradDate
Declaration
public string LowGradDate { get; set; }
Property Value
Type |
Description |
System.String |
|
LowStartDate
Declaration
public string LowStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
PlacementStatusId
Declaration
public int? PlacementStatusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ProgramId
Declaration
public int? ProgramId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SchoolStatusId
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StaffGroupId
Declaration
public int? StaffGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StaffIdList
Declaration
public List<int?> StaffIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Nullable<System.Int32>> |
|