Class FundraisingExportBatchHeaderServiceBase
Abstract base class - FundraisingExportBatchHeaderServiceBase
Inheritance
System.Object
FundraisingExportBatchHeaderServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<FundraisingExportBatchHeaderEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public abstract class FundraisingExportBatchHeaderServiceBase : EntityService<FundraisingExportBatchHeaderEntity>, IFundraisingExportBatchHeaderService, IEntityService<FundraisingExportBatchHeaderEntity>, IService
Constructors
FundraisingExportBatchHeaderServiceBase()
Declaration
protected FundraisingExportBatchHeaderServiceBase()
Methods
FundraisingExportBatchHeader(FundraisingExportBatchHeaderRequest)
Declaration
public virtual FundraisingExportBatchHeaderResponse FundraisingExportBatchHeader(FundraisingExportBatchHeaderRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| FundraisingExportBatchHeaderRequest | request |
Returns
| Type | Description |
|---|---|
| FundraisingExportBatchHeaderResponse |
GetTfrExportStudents(GetTfrExportStudentsRequest)
Declaration
public virtual GetTfrExportStudentsResponse GetTfrExportStudents(GetTfrExportStudentsRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| GetTfrExportStudentsRequest | request |
Returns
| Type | Description |
|---|---|
| GetTfrExportStudentsResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService