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