Class DeleteUpdateStudentStatusHistoryRequest
Inheritance
System.Object
DeleteUpdateStudentStatusHistoryRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class DeleteUpdateStudentStatusHistoryRequest : ServiceRequest
Constructors
DeleteUpdateStudentStatusHistoryRequest()
Declaration
public DeleteUpdateStudentStatusHistoryRequest()
Properties
IsDelete
Declaration
public bool IsDelete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentEnrollmentPeriodId
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 |
|
StudentSchoolStatusHistoryId
Declaration
public int StudentSchoolStatusHistoryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|