Class RevenueEarningMethodServiceBase
Abstract base class - RevenueEarningMethodServiceBase
Inheritance
System.Object
RevenueEarningMethodServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<RevenueEarningMethodEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class RevenueEarningMethodServiceBase : EntityService<RevenueEarningMethodEntity>, IRevenueEarningMethodService, IEntityService<RevenueEarningMethodEntity>, IService
Constructors
RevenueEarningMethodServiceBase()
Declaration
protected RevenueEarningMethodServiceBase()
Methods
GetRevenueEarningMethod(GetRevenueEarningMethodRequest)
Declaration
public virtual GetRevenueEarningMethodResponse GetRevenueEarningMethod(GetRevenueEarningMethodRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| GetRevenueEarningMethodRequest | request |
Returns
| Type | Description |
|---|---|
| GetRevenueEarningMethodResponse |
GetRevenueRecognitionJobStatus(GetRevenueRecognitionJobStatusRequest)
Declaration
public virtual GetRevenueRecognitionJobStatusResponse GetRevenueRecognitionJobStatus(GetRevenueRecognitionJobStatusRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| GetRevenueRecognitionJobStatusRequest | request |
Returns
| Type | Description |
|---|---|
| GetRevenueRecognitionJobStatusResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService