Class PostStudentAcademicStatusChangeRequest
Represents the a request for the SaveStudentAcademicStatusHistory method.
Inheritance
System.Object
PostStudentAcademicStatusChangeRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class PostStudentAcademicStatusChangeRequest : ServiceRequest
Constructors
PostStudentAcademicStatusChangeRequest()
Declaration
public PostStudentAcademicStatusChangeRequest()
Properties
CreatedDateTime
Declaration
public DateTime? CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EffectiveDate
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NewAcademicStatusId
Declaration
public int NewAcademicStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
PreviousAcademicStatusId
Declaration
public int PreviousAcademicStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Gets or sets the EnrollId.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|