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