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