Class WlmStaffEarningDetailServiceBase
Abstract base class - WlmStaffEarningDetailServiceBase
Inheritance
System.Object
WlmStaffEarningDetailServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<WlmStaffEarningDetailEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public abstract class WlmStaffEarningDetailServiceBase : EntityService<WlmStaffEarningDetailEntity>, IWlmStaffEarningDetailService, IEntityService<WlmStaffEarningDetailEntity>, IService
Constructors
WlmStaffEarningDetailServiceBase()
Declaration
protected WlmStaffEarningDetailServiceBase()
Methods
DownloadProcessFiles(DownloadProcessFilesRequest)
Declaration
public virtual DownloadProcessFilesResponse DownloadProcessFiles(DownloadProcessFilesRequest request)
Parameters
Type | Name | Description |
---|---|---|
DownloadProcessFilesRequest | request |
Returns
Type | Description |
---|---|
DownloadProcessFilesResponse |
ExportEarningLineFiles(ExportEarningLineFilesRequest)
Declaration
public virtual ExportEarningLineFilesResponse ExportEarningLineFiles(ExportEarningLineFilesRequest request)
Parameters
Type | Name | Description |
---|---|---|
ExportEarningLineFilesRequest | request |
Returns
Type | Description |
---|---|
ExportEarningLineFilesResponse |
ProcessExportEarningLines(ProcessExportEarningLinesRequest)
Declaration
public virtual ProcessExportEarningLinesResponse ProcessExportEarningLines(ProcessExportEarningLinesRequest request)
Parameters
Type | Name | Description |
---|---|---|
ProcessExportEarningLinesRequest | request |
Returns
Type | Description |
---|---|
ProcessExportEarningLinesResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService