C# Class Pull.Months.Months

显示文件 Open project: NicoleRauch/RefactoringLegacyCode Class Usage Examples

Public Methods

Method Description
ForDate ( System.DateTime date ) : ValuesOfMonth
Months ( IList balancesOfOneAccount, IList transactions ) : Common.System

Private Methods

Method Description
AllocateTransactionsToMonths ( IList transactions ) : void
Init ( IList balancesOfOneAccount, IList transactions ) : void

Method Details

ForDate() public method

public ForDate ( System.DateTime date ) : ValuesOfMonth
date System.DateTime
return ValuesOfMonth

Months() public method

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