C# Class InstaTax.Core.DomainObjects.TaxStatement

Afficher le fichier Open project: bagheera/tax Class Usage Examples

Méthodes publiques

Méthode Description
CalculateNetPayableTax ( ) : double
GetChapter6Deductions ( ) : double
GetDonationsUnder80G ( ) : IEnumerable
NumberOfDonations ( ) : int
TaxStatement ( AnnualSalary annualSalary, User taxPayer ) : System.Collections.Generic

Méthodes protégées

Méthode Description
TaxStatement ( ) : System.Collections.Generic

Private Methods

Méthode Description
CalculateGrossIncome ( User taxPayer ) : double
GetHousingLoanInterestAmount ( ) : double

Method Details

CalculateNetPayableTax() public méthode

public CalculateNetPayableTax ( ) : double
Résultat double

GetChapter6Deductions() public méthode

public GetChapter6Deductions ( ) : double
Résultat double

GetDonationsUnder80G() public méthode

public GetDonationsUnder80G ( ) : IEnumerable
Résultat IEnumerable

NumberOfDonations() public méthode

public NumberOfDonations ( ) : int
Résultat int

TaxStatement() protected méthode

protected TaxStatement ( ) : System.Collections.Generic
Résultat System.Collections.Generic

TaxStatement() public méthode

public TaxStatement ( AnnualSalary annualSalary, User taxPayer ) : System.Collections.Generic
annualSalary AnnualSalary
taxPayer User
Résultat System.Collections.Generic