C# 클래스 ModulusChecking.Steps.Calculators.FirstDoubleAlternateCalculator

상속: DoubleAlternateCalculator
파일 보기 프로젝트 열기: pauldambra/ModulusChecker 1 사용 예제들

공개 메소드들

메소드 설명
FirstDoubleAlternateCalculator ( ) : System.Collections.Generic
FirstDoubleAlternateCalculator ( FirstDoubleAlternateCalculatorExceptionFive exceptionFive ) : System.Collections.Generic

보호된 메소드들

메소드 설명
GetMappingException ( IEnumerable weightMappings ) : int
GetWeightSumForStep ( BankAccountDetails bankAccountDetails ) : int

메소드 상세

FirstDoubleAlternateCalculator() 공개 메소드

public FirstDoubleAlternateCalculator ( ) : System.Collections.Generic
리턴 System.Collections.Generic

FirstDoubleAlternateCalculator() 공개 메소드

public FirstDoubleAlternateCalculator ( FirstDoubleAlternateCalculatorExceptionFive exceptionFive ) : System.Collections.Generic
exceptionFive FirstDoubleAlternateCalculatorExceptionFive
리턴 System.Collections.Generic

GetMappingException() 보호된 메소드

protected GetMappingException ( IEnumerable weightMappings ) : int
weightMappings IEnumerable
리턴 int

GetWeightSumForStep() 보호된 메소드

protected GetWeightSumForStep ( BankAccountDetails bankAccountDetails ) : int
bankAccountDetails ModulusChecking.Models.BankAccountDetails
리턴 int