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