C# 클래스 InstaTax.Core.DomainObjects.TaxSlabs

파일 보기 프로젝트 열기: bagheera/tax 1 사용 예제들

공개 메소드들

메소드 설명
ComputeTax ( double taxableIncome, User taxPayer ) : double
GetInstance ( ) : TaxSlabs

비공개 메소드들

메소드 설명
GetAppropriateTaxSlabs ( User taxPayer ) : List
TaxSlabs ( ) : System
ValidateTaxComponents ( double taxableIncome, User taxPayer ) : void

메소드 상세

ComputeTax() 공개 메소드

public ComputeTax ( double taxableIncome, User taxPayer ) : double
taxableIncome double
taxPayer User
리턴 double

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : TaxSlabs
리턴 TaxSlabs