Class GetEnrollmentPeriodsForStudentResponse
Represents the response for the GetEnrollmentPeriodsForStudent method.
Inheritance
System.Object
GetEnrollmentPeriodsForStudentResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetEnrollmentPeriodsForStudentResponse : ServiceResponse
Constructors
GetEnrollmentPeriodsForStudentResponse()
Declaration
public GetEnrollmentPeriodsForStudentResponse()
Properties
StudentEnrollmentPeriods
Gets or sets the student enrollment periods.
Declaration
public IEnumerable<StudentEnrollmentPeriodEntity> StudentEnrollmentPeriods { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<StudentEnrollmentPeriodEntity> | The student enrollment periods. |