C# 클래스 SFA.DAS.EmployerIncentives.Data.ApprenticeshipIncentives.PaymentsQueryRepository

상속: IPaymentsQueryRepository
파일 보기 프로젝트 열기: SkillsFundingAgency/das-employer-incentives

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

GetClawbackLegalEntities() 공개 메소드

public GetClawbackLegalEntities ( short collectionPeriodYear, byte collectionPeriodNumber, bool isSent = false ) : Task>
collectionPeriodYear short
collectionPeriodNumber byte
isSent bool
리턴 Task>

GetPayableLegalEntities() 공개 메소드

public GetPayableLegalEntities ( short collectionPeriodYear, byte collectionPeriodNumber ) : Task>
collectionPeriodYear short
collectionPeriodNumber byte
리턴 Task>

GetUnpaidClawbacks() 공개 메소드

public GetUnpaidClawbacks ( long accountLegalEntity ) : Task>
accountLegalEntity long
리턴 Task>

GetUnpaidPayments() 공개 메소드

public GetUnpaidPayments ( long accountLegalEntity ) : Task>
accountLegalEntity long
리턴 Task>

PaymentsQueryRepository() 공개 메소드

public PaymentsQueryRepository ( Lazy context ) : System
context Lazy
리턴 System