Class UpdateStudentEnrollmentPeriodResponse
Represents the response for the UpdateStudentEnrollmentPeriod method.
Inheritance
System.Object
UpdateStudentEnrollmentPeriodResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UpdateStudentEnrollmentPeriodResponse : ServiceResponse
Constructors
UpdateStudentEnrollmentPeriodResponse()
Declaration
public UpdateStudentEnrollmentPeriodResponse()
Properties
StudentEnrollment
Gets or sets the StudentEnrollmentPeriodEntity.
Declaration
public StudentEnrollmentPeriodEntity StudentEnrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriodEntity | The StudentEnrollmentPeriodEntity. |