Class GeneralLedgerReleaseBatchServiceBase
Abstract base class - GeneralLedgerReleaseBatchServiceBase
Inheritance
System.Object
GeneralLedgerReleaseBatchServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<GeneralLedgerReleaseBatchEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class GeneralLedgerReleaseBatchServiceBase : EntityService<GeneralLedgerReleaseBatchEntity>, IGeneralLedgerReleaseBatchService, IEntityService<GeneralLedgerReleaseBatchEntity>, IService
Constructors
GeneralLedgerReleaseBatchServiceBase()
Declaration
protected GeneralLedgerReleaseBatchServiceBase()
Methods
SaveGeneralLedgerReleaseBatchDetail(SaveGeneralLedgerReleaseBatchDetailRequest)
Declaration
public virtual SaveGeneralLedgerReleaseBatchDetailResponse SaveGeneralLedgerReleaseBatchDetail(SaveGeneralLedgerReleaseBatchDetailRequest request)
Parameters
Type | Name | Description |
---|---|---|
SaveGeneralLedgerReleaseBatchDetailRequest | request |
Returns
Type | Description |
---|---|
SaveGeneralLedgerReleaseBatchDetailResponse |
ValidateGreatPlainConnection(ValidateGreatPlainConnectionRequest)
Declaration
public virtual ValidateGreatPlainConnectionResponse ValidateGreatPlainConnection(ValidateGreatPlainConnectionRequest request)
Parameters
Type | Name | Description |
---|---|---|
ValidateGreatPlainConnectionRequest | request |
Returns
Type | Description |
---|---|
ValidateGreatPlainConnectionResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService