Class InsertStudentPlacementStatusHistoryRequest
Represents the a request for the InsertStudentPlacmentStatusHistoryEvent method.
Inheritance
System.Object
InsertStudentPlacementStatusHistoryRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class InsertStudentPlacementStatusHistoryRequest : ServiceRequest
Constructors
InsertStudentPlacementStatusHistoryRequest()
Declaration
public InsertStudentPlacementStatusHistoryRequest()
Properties
EffectiveDate
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
NewPlacementStatusId
Declaration
public int NewPlacementStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
PlacementStatusReasonId
Declaration
public int? PlacementStatusReasonId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PreviousPlacementStatusId
Declaration
public int PreviousPlacementStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentPlacementId
Declaration
public int StudentPlacementId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentPlacementSummaryId
Declaration
public int StudentPlacementSummaryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentSchoolStatusHistoryId
Declaration
public int StudentSchoolStatusHistoryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest