C# Class ModulusChecking.Steps.Calculators.FirstDoubleAlternateCalculator

Inheritance: DoubleAlternateCalculator
Show file Open project: pauldambra/ModulusChecker Class Usage Examples

Public Methods

Method Description
FirstDoubleAlternateCalculator ( ) : System.Collections.Generic
FirstDoubleAlternateCalculator ( FirstDoubleAlternateCalculatorExceptionFive exceptionFive ) : System.Collections.Generic

Protected Methods

Method Description
GetMappingException ( IEnumerable weightMappings ) : int
GetWeightSumForStep ( BankAccountDetails bankAccountDetails ) : int

Method Details

FirstDoubleAlternateCalculator() public method

public FirstDoubleAlternateCalculator ( ) : System.Collections.Generic
return System.Collections.Generic

FirstDoubleAlternateCalculator() public method

public FirstDoubleAlternateCalculator ( FirstDoubleAlternateCalculatorExceptionFive exceptionFive ) : System.Collections.Generic
exceptionFive FirstDoubleAlternateCalculatorExceptionFive
return System.Collections.Generic

GetMappingException() protected method

protected GetMappingException ( IEnumerable weightMappings ) : int
weightMappings IEnumerable
return int

GetWeightSumForStep() protected method

protected GetWeightSumForStep ( BankAccountDetails bankAccountDetails ) : int
bankAccountDetails ModulusChecking.Models.BankAccountDetails
return int