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

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

공개 메소드들

메소드 설명
CalculateNetPayableTax ( ) : double
GetChapter6Deductions ( ) : double
GetDonationsUnder80G ( ) : IEnumerable
NumberOfDonations ( ) : int
TaxStatement ( AnnualSalary annualSalary, User taxPayer ) : System.Collections.Generic

보호된 메소드들

메소드 설명
TaxStatement ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CalculateGrossIncome ( User taxPayer ) : double
GetHousingLoanInterestAmount ( ) : double

메소드 상세

CalculateNetPayableTax() 공개 메소드

public CalculateNetPayableTax ( ) : double
리턴 double

GetChapter6Deductions() 공개 메소드

public GetChapter6Deductions ( ) : double
리턴 double

GetDonationsUnder80G() 공개 메소드

public GetDonationsUnder80G ( ) : IEnumerable
리턴 IEnumerable

NumberOfDonations() 공개 메소드

public NumberOfDonations ( ) : int
리턴 int

TaxStatement() 보호된 메소드

protected TaxStatement ( ) : System.Collections.Generic
리턴 System.Collections.Generic

TaxStatement() 공개 메소드

public TaxStatement ( AnnualSalary annualSalary, User taxPayer ) : System.Collections.Generic
annualSalary AnnualSalary
taxPayer User
리턴 System.Collections.Generic