Class SaveReasonQuestionAnswersRequest
Represents the a request for the SaveReasonQuestionAnswersEvent method.
Inheritance
System.Object
SaveReasonQuestionAnswersRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class SaveReasonQuestionAnswersRequest : ServiceRequest
Constructors
SaveReasonQuestionAnswersRequest()
Declaration
public SaveReasonQuestionAnswersRequest()
Properties
NoStatusChanges
Declaration
public bool NoStatusChanges { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PlacementStatusReasonQuestionId
Declaration
public int PlacementStatusReasonQuestionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PlacementStatusType
Declaration
public string PlacementStatusType { get; set; }
Property Value
Type |
Description |
System.String |
|
QuestionAnswers
Declaration
public List<QuestionAnswers> QuestionAnswers { get; set; }
Property Value
QuestionResponses
Declaration
public List<QuestionResponses> QuestionResponses { get; set; }
Property Value
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentPlacementStatusHistoryId
Declaration
public int StudentPlacementStatusHistoryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest