Class StudentAwardPellServiceBase
Abstract base class - StudentAwardPellServiceBase
Inheritance
System.Object
StudentAwardPellServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentAwardPellEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class StudentAwardPellServiceBase : EntityService<StudentAwardPellEntity>, IStudentAwardPellService, IEntityService<StudentAwardPellEntity>, IService
Constructors
StudentAwardPellServiceBase()
Declaration
protected StudentAwardPellServiceBase()
Methods
CalculateFullPellGrant(CalculateFullPellGrantRequest)
Declaration
public virtual CalculateFullPellGrantResponse CalculateFullPellGrant(CalculateFullPellGrantRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| CalculateFullPellGrantRequest | request |
Returns
| Type | Description |
|---|---|
| CalculateFullPellGrantResponse |
CalculatePellGrant(CalculatePellGrantRequest)
Declaration
public virtual CalculatePellGrantResponse CalculatePellGrant(CalculatePellGrantRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| CalculatePellGrantRequest | request |
Returns
| Type | Description |
|---|---|
| CalculatePellGrantResponse |
UpdateIsir(UpdateIsirRequest)
Declaration
public virtual UpdateIsirResponse UpdateIsir(UpdateIsirRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateIsirRequest | request |
Returns
| Type | Description |
|---|---|
| UpdateIsirResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService