Class UpdateStudentPlacementBatchStatusRequest
Represents the a request for the UpdateStudentPlacementBatchStatusRequest method.
Inheritance
System.Object
UpdateStudentPlacementBatchStatusRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class UpdateStudentPlacementBatchStatusRequest : ServiceRequest
Constructors
UpdateStudentPlacementBatchStatusRequest()
Declaration
public UpdateStudentPlacementBatchStatusRequest()
Properties
IsAdvisor
Declaration
public bool IsAdvisor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPlacementReason
Declaration
public bool IsPlacementReason { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PlacementReasonQuestionAnswerList
Declaration
public ICollection<PlacementReasonQuestionAnswer> PlacementReasonQuestionAnswerList { get; set; }
Property Value
PlacementStatusReasonId
Declaration
public int PlacementStatusReasonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentPlacementBatchStatusList
Declaration
public ICollection<StudentPlacementBatchStatus> StudentPlacementBatchStatusList { get; set; }
Property Value
See Also
Cmc.Core.ServiceModel.ServiceRequest