Class GetRegistrationSummaryStudentsRecordResponse
The GetRegistrationSummaryStudentsRecordResponse represents the response Object
Inheritance
System.Object
GetRegistrationSummaryStudentsRecordResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetRegistrationSummaryStudentsRecordResponse : ServiceResponse
Constructors
GetRegistrationSummaryStudentsRecordResponse()
Declaration
public GetRegistrationSummaryStudentsRecordResponse()
Properties
StudentConnectedEnrollmentDetailsList
Declaration
public List<StudentConnectedEnrollmentDetails> StudentConnectedEnrollmentDetailsList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentConnectedEnrollmentDetails> |
StudentUnConnectedEnrollmentDetailsList
Declaration
public List<StudentUnConnectedEnrollmentDetails> StudentUnConnectedEnrollmentDetailsList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentUnConnectedEnrollmentDetails> |