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