Class TexasStateReportServiceBase
Inheritance
System.Object
TexasStateReportServiceBase
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class TexasStateReportServiceBase : Service, ITexasStateReportService
Constructors
TexasStateReportServiceBase()
Declaration
protected TexasStateReportServiceBase()
Methods
Declaration
public virtual TexasStateReportIcutExtractResponse ExtractIcutReport(TexasStateReportIcutExtractRequest request)
Parameters
Returns
Declaration
public virtual TexasStateReportThEcbExtractResponse ExtractThEcbReport(TexasStateReportThEcbExtractRequest request)
Parameters
Returns
Declaration
public virtual ServiceResponse ValidateThEcbExtractProcess(TexasStateReportThEcbExtractRequest request)
Parameters
Returns
Type |
Description |
Cmc.Core.ServiceModel.ServiceResponse |
|
Implements