Class DisbursementBatchServiceBase
Abstract base class - DisbursementBatchServiceBase
Inheritance
System.Object
DisbursementBatchServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<DisbursementBatchEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class DisbursementBatchServiceBase : EntityService<DisbursementBatchEntity>, IDisbursementBatchService, IEntityService<DisbursementBatchEntity>, IService
Constructors
DisbursementBatchServiceBase()
Declaration
protected DisbursementBatchServiceBase()
Methods
FindAndDeleteDisbursementBatchDetail(Int32)
Declaration
public virtual void FindAndDeleteDisbursementBatchDetail(int scheduledDisbursementId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | scheduledDisbursementId |
FindAndUpdateDisbursementBatch(Int32, Boolean)
Declaration
public virtual void FindAndUpdateDisbursementBatch(int batchId, bool isStudentsDropped)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | batchId | |
System.Boolean | isStudentsDropped |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService