Class StateGrantEligibleStudentServiceBase
Abstract base class - StateGrantEligibleStudentServiceBase
Inheritance
System.Object
StateGrantEligibleStudentServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StateGrantEligibleStudentEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class StateGrantEligibleStudentServiceBase : EntityService<StateGrantEligibleStudentEntity>, IStateGrantEligibleStudentService, IEntityService<StateGrantEligibleStudentEntity>, IService
Constructors
StateGrantEligibleStudentServiceBase()
Declaration
protected StateGrantEligibleStudentServiceBase()
Methods
ProcessGrantHopeExport(ProcessGrantHopeExportRequest)
Declaration
public virtual ProcessGrantHopeExportResponse ProcessGrantHopeExport(ProcessGrantHopeExportRequest request)
Parameters
Type | Name | Description |
---|---|---|
ProcessGrantHopeExportRequest | request |
Returns
Type | Description |
---|---|
ProcessGrantHopeExportResponse |
ProcessGrantHopeImport(ProcessGrantHopeImportRequest)
Declaration
public virtual ProcessGrantHopeImportResponse ProcessGrantHopeImport(ProcessGrantHopeImportRequest request)
Parameters
Type | Name | Description |
---|---|---|
ProcessGrantHopeImportRequest | request |
Returns
Type | Description |
---|---|
ProcessGrantHopeImportResponse |
ValidateProcessGrantHopeExport(ValidateProcessGrantHopeExportRequest)
Declaration
public virtual ValidateProcessGrantHopeExportResponse ValidateProcessGrantHopeExport(ValidateProcessGrantHopeExportRequest request)
Parameters
Type | Name | Description |
---|---|---|
ValidateProcessGrantHopeExportRequest | request |
Returns
Type | Description |
---|---|
ValidateProcessGrantHopeExportResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService