コード例 #1
0
ファイル: Summary.cs プロジェクト: kenwilcox/x937
 private void BundleEnd()
 {
     if (CreditDetail.CreditAmount <= 0)
     {
         return;
     }
     CreditSummary.Add(CreditDetail);
     CreditDetail = new ICLCreditDetail();
 }
コード例 #2
0
ファイル: Summary.cs プロジェクト: kenwilcox/x937
 public Summary()
 {
     FileDetail       = new ICLFileDetail();
     CashLetterDetail = new ICLCashLetterDetail();
     CreditDetail     = new ICLCreditDetail();
     //FileSummary = new ICLFileSummary();
     CashLetterSummary = new ICLCashLetterSummary();
     CreditSummary     = new ICLCreditSummary();
 }