C# Class FromPushToPull.ValuesOfMonth

Show file Open project: NicoleRauch/RefactoringLegacyCode Class Usage Examples

Public Methods

Method Description
CalculateValues ( ) : void
CalculateValues ( System.DateTime dateOfMonth, IList transactionsOfMonth, int precedingBalance ) : void
ValuesOfMonth ( ) : Common.System
ValuesOfMonth ( System.DateTime dateOfMonth, IList transactionsOfMonth, int precedingBalance ) : Common.System

Private Methods

Method Description
CalculateProportionalBalance ( int dayOfLatestBalance, int balance, int day, int daysInMonth ) : double

Method Details

CalculateValues() public method

public CalculateValues ( ) : void
return void

CalculateValues() public method

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

ValuesOfMonth() public method

public ValuesOfMonth ( ) : Common.System
return Common.System

ValuesOfMonth() public method

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