Class GetTfrExportStudentsResponse
Represents the response for the GetTfrExportStudents method.
Inheritance
System.Object
GetTfrExportStudentsResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetTfrExportStudentsResponse : ServiceResponse
Constructors
GetTfrExportStudentsResponse()
Declaration
public GetTfrExportStudentsResponse()
Properties
StudentList
Declaration
public ICollection<StudentTfrExport> StudentList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentTfrExport> |