Class StudentAwardPellEstimateServiceBase
Abstract base class - StudentAwardPellEstimateServiceBase
Inheritance
System.Object
StudentAwardPellEstimateServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentAwardPellEstimateEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class StudentAwardPellEstimateServiceBase : EntityService<StudentAwardPellEstimateEntity>, IStudentAwardPellEstimateService, IEntityService<StudentAwardPellEstimateEntity>, IService
Constructors
StudentAwardPellEstimateServiceBase()
Declaration
protected StudentAwardPellEstimateServiceBase()
Methods
CalculateStudentAwardEfcEstimate(CalculateStudentAwardEfcEstimateRequest)
Declaration
public virtual CalculateStudentAwardEfcEstimateResponse CalculateStudentAwardEfcEstimate(CalculateStudentAwardEfcEstimateRequest request)
Parameters
Type | Name | Description |
---|---|---|
CalculateStudentAwardEfcEstimateRequest | request |
Returns
Type | Description |
---|---|
CalculateStudentAwardEfcEstimateResponse |
CalculateStudentAwardPellEstimate(CalculateStudentAwardPellEstimateRequest)
Declaration
public virtual CalculateStudentAwardPellEstimateResponse CalculateStudentAwardPellEstimate(CalculateStudentAwardPellEstimateRequest request)
Parameters
Type | Name | Description |
---|---|---|
CalculateStudentAwardPellEstimateRequest | request |
Returns
Type | Description |
---|---|
CalculateStudentAwardPellEstimateResponse |
GetIsirForStudentAwardPellEstimate(GetIsirForStudentAwardPellEstimateRequest)
Declaration
public virtual GetIsirForStudentAwardPellEstimateResponse GetIsirForStudentAwardPellEstimate(GetIsirForStudentAwardPellEstimateRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetIsirForStudentAwardPellEstimateRequest | request |
Returns
Type | Description |
---|---|
GetIsirForStudentAwardPellEstimateResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService