Class BatchDegreeCertificateServiceBase
Inheritance
System.Object
BatchDegreeCertificateServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<Cmc.Nexus.Common.Entities.StudentEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public abstract class BatchDegreeCertificateServiceBase : EntityService<StudentEntity>, IBatchDegreeCertificateService, IEntityService<StudentEntity>, IService
Constructors
BatchDegreeCertificateServiceBase()
Declaration
protected BatchDegreeCertificateServiceBase()
Methods
BatchDegreeCertificate(BatchDegreeCertificateRequest)
Declaration
public virtual BatchDegreeCertificateResponse BatchDegreeCertificate(BatchDegreeCertificateRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDegreeCertificateRequest | request |
Returns
| Type | Description |
|---|---|
| BatchDegreeCertificateResponse |
CleanupDegreeCertificateFileStorage(CleanupTranscriptFileStorageRequest)
Declaration
public virtual CleanupTranscriptFileStorageResponse CleanupDegreeCertificateFileStorage(CleanupTranscriptFileStorageRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| CleanupTranscriptFileStorageRequest | request |
Returns
| Type | Description |
|---|---|
| CleanupTranscriptFileStorageResponse |
GetCombinedDegreeCertificateOutput(GetCombinedTranscriptOutputRequest)
Declaration
public virtual GetCombinedTranscriptOutputResponse GetCombinedDegreeCertificateOutput(GetCombinedTranscriptOutputRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| GetCombinedTranscriptOutputRequest | request |
Returns
| Type | Description |
|---|---|
| GetCombinedTranscriptOutputResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService