Class SaveStudentSchoolStatusChangeResponse
Represents the response for the SaveStudentSchoolStatusChange method.
Inheritance
System.Object
SaveStudentSchoolStatusChangeResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SaveStudentSchoolStatusChangeResponse : ServiceResponse
Constructors
SaveStudentSchoolStatusChangeResponse()
Declaration
public SaveStudentSchoolStatusChangeResponse()
Properties
SchoolStatusId
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |