Class GetAllEnrollmentPeriodsForStudentResponse
Represents the response for the GetAllEnrollmentPeriodsForStudent method.
Inheritance
System.Object
GetAllEnrollmentPeriodsForStudentResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetAllEnrollmentPeriodsForStudentResponse : ServiceResponse
Constructors
GetAllEnrollmentPeriodsForStudentResponse()
Declaration
public GetAllEnrollmentPeriodsForStudentResponse()
Properties
StudentEnrollmentDetails
Declaration
public List<EnrollmentDetails> StudentEnrollmentDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EnrollmentDetails> |