C# 클래스 Pull.Months.Months

파일 보기 프로젝트 열기: NicoleRauch/RefactoringLegacyCode 1 사용 예제들

공개 메소드들

메소드 설명
ForDate ( System.DateTime date ) : ValuesOfMonth
Months ( IList balancesOfOneAccount, IList transactions ) : Common.System

비공개 메소드들

메소드 설명
AllocateTransactionsToMonths ( IList transactions ) : void
Init ( IList balancesOfOneAccount, IList transactions ) : void

메소드 상세

ForDate() 공개 메소드

public ForDate ( System.DateTime date ) : ValuesOfMonth
date System.DateTime
리턴 ValuesOfMonth

Months() 공개 메소드

public Months ( IList balancesOfOneAccount, IList transactions ) : Common.System
balancesOfOneAccount IList
transactions IList
리턴 Common.System