C# Class ModulusChecking.Steps.Calculators.DoubleAlternateCalculator

Inheritance: BaseModulusCalculator
Show file Open project: pauldambra/ModulusChecker

Protected Properties

Property Type Description
DoubleAlternateCalculatorExceptionFive DoubleAlternateCalculatorExceptionFive

Public Methods

Method Description
Process ( BankAccountDetails bankAccountDetails ) : bool

Protected Methods

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

Method Details

GetMappingException() protected abstract method

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

GetWeightSumForStep() protected abstract method

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

Process() public method

public Process ( BankAccountDetails bankAccountDetails ) : bool
bankAccountDetails ModulusChecking.Models.BankAccountDetails
return bool

Property Details

DoubleAlternateCalculatorExceptionFive protected property

protected DoubleAlternateCalculatorExceptionFive,ModulusChecking.Steps.Calculators DoubleAlternateCalculatorExceptionFive
return DoubleAlternateCalculatorExceptionFive