C# Class InstaTax.Core.DomainObjects.DonationUnder80G

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

Protected Properties

Свойство Type Description
Amount double

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetDeduction ( ) : double
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
DonationUnder80G ( ) : System
DonationUnder80G ( double amount, TaxStatement taxStatement ) : System

Private Methods

Méthode Description
Equals ( DonationUnder80G other ) : bool

Method Details

DonationUnder80G() protected méthode

protected DonationUnder80G ( ) : System
Résultat System

DonationUnder80G() protected méthode

protected DonationUnder80G ( double amount, TaxStatement taxStatement ) : System
amount double
taxStatement TaxStatement
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetDeduction() public méthode

public GetDeduction ( ) : double
Résultat double

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

Amount protected_oe property

protected double Amount
Résultat double