C# Class SFA.DAS.EmployerIncentives.Data.ApprenticeshipIncentives.PaymentsQueryRepository

Inheritance: IPaymentsQueryRepository
Afficher le fichier Open project: SkillsFundingAgency/das-employer-incentives

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetClawbackLegalEntities ( short collectionPeriodYear, byte collectionPeriodNumber, bool isSent = false ) : Task>
GetPayableLegalEntities ( short collectionPeriodYear, byte collectionPeriodNumber ) : Task>
GetUnpaidClawbacks ( long accountLegalEntity ) : Task>
GetUnpaidPayments ( long accountLegalEntity ) : Task>
PaymentsQueryRepository ( Lazy context ) : System

Method Details

GetClawbackLegalEntities() public méthode

public GetClawbackLegalEntities ( short collectionPeriodYear, byte collectionPeriodNumber, bool isSent = false ) : Task>
collectionPeriodYear short
collectionPeriodNumber byte
isSent bool
Résultat Task>

GetPayableLegalEntities() public méthode

public GetPayableLegalEntities ( short collectionPeriodYear, byte collectionPeriodNumber ) : Task>
collectionPeriodYear short
collectionPeriodNumber byte
Résultat Task>

GetUnpaidClawbacks() public méthode

public GetUnpaidClawbacks ( long accountLegalEntity ) : Task>
accountLegalEntity long
Résultat Task>

GetUnpaidPayments() public méthode

public GetUnpaidPayments ( long accountLegalEntity ) : Task>
accountLegalEntity long
Résultat Task>

PaymentsQueryRepository() public méthode

public PaymentsQueryRepository ( Lazy context ) : System
context Lazy
Résultat System