C# 클래스 FromPushToPull.ValuesOfMonth

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

공개 메소드들

메소드 설명
CalculateValues ( ) : void
CalculateValues ( System.DateTime dateOfMonth, IList transactionsOfMonth, int precedingBalance ) : void
ValuesOfMonth ( ) : Common.System
ValuesOfMonth ( System.DateTime dateOfMonth, IList transactionsOfMonth, int precedingBalance ) : Common.System

비공개 메소드들

메소드 설명
CalculateProportionalBalance ( int dayOfLatestBalance, int balance, int day, int daysInMonth ) : double

메소드 상세

CalculateValues() 공개 메소드

public CalculateValues ( ) : void
리턴 void

CalculateValues() 공개 메소드

public CalculateValues ( System.DateTime dateOfMonth, IList transactionsOfMonth, int precedingBalance ) : void
dateOfMonth System.DateTime
transactionsOfMonth IList
precedingBalance int
리턴 void

ValuesOfMonth() 공개 메소드

public ValuesOfMonth ( ) : Common.System
리턴 Common.System

ValuesOfMonth() 공개 메소드

public ValuesOfMonth ( System.DateTime dateOfMonth, IList transactionsOfMonth, int precedingBalance ) : Common.System
dateOfMonth System.DateTime
transactionsOfMonth IList
precedingBalance int
리턴 Common.System