Class BatchTranscriptResponse
Inheritance
System.Object
BatchTranscriptResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class BatchTranscriptResponse : ServiceResponse
Constructors
BatchTranscriptResponse()
Declaration
public BatchTranscriptResponse()
Properties
batchName
Declaration
public string batchName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentBatchTranscriptList
Declaration
public List<StudentBatchTranscript> StudentBatchTranscriptList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Cmc.Nexus.Common.Services.StudentBatchTranscript> |