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