Ejemplo n.º 1
0
 public void SetUp()
 {
     defaultDcEarnings                   = TestHelper.GetDefaultDcEarnings;
     paymentTransactionTypes             = TestHelper.GetPaymentTransactionTypes;
     paymentFundingSources               = TestHelper.GetPaymentFundingSourceAmounts;
     heldBackAmounts                     = TestHelper.DefaultHeldBackCompletionPayments;
     periodEndProviderDataLockTypeCounts = TestHelper.DefaultPeriodEndProviderDataLockTypeCounts;
 }
 public PeriodEndProviderSummary(long ukprn, long jobId, byte collectionPeriod, short academicYear)
 {
     Ukprn                               = ukprn;
     JobId                               = jobId;
     CollectionPeriod                    = collectionPeriod;
     AcademicYear                        = academicYear;
     providerDcEarnings                  = new List <TransactionTypeAmountsByContractType>();
     providerTransactionsTypes           = new List <TransactionTypeAmountsByContractType>();
     providerFundingSourceAmounts        = new List <ProviderFundingSourceAmounts>();
     providerPaymentsYearToDate          = new ProviderContractTypeAmounts();
     providerHeldBackCompletionPayments  = new ProviderContractTypeAmounts();
     periodEndProviderDataLockTypeCounts = new PeriodEndProviderDataLockTypeCounts();
 }
 public void AddPeriodEndProviderDataLockTypeCounts(PeriodEndProviderDataLockTypeCounts periodEndProviderDataLockTypeCounts)
 {
     this.periodEndProviderDataLockTypeCounts = periodEndProviderDataLockTypeCounts;
 }
 public void AddPeriodEndProviderDataLockTypeCounts(PeriodEndProviderDataLockTypeCounts periodEndProviderDataLockTypeCounts)
 {
     AddPeriodEndProviderDataLockTypeCountsCalled = true;
 }