C# Class InstaTax.Core.DomainObjects.DonationUnder80G

Exibir arquivo Open project: bagheera/tax Class Usage Examples

Protected Properties

Property Type Description
Amount double

Public Methods

Method Description
Equals ( object obj ) : bool
GetDeduction ( ) : double
GetHashCode ( ) : int

Protected Methods

Method Description
DonationUnder80G ( ) : System
DonationUnder80G ( double amount, TaxStatement taxStatement ) : System

Private Methods

Method Description
Equals ( DonationUnder80G other ) : bool

Method Details

DonationUnder80G() protected method

protected DonationUnder80G ( ) : System
return System

DonationUnder80G() protected method

protected DonationUnder80G ( double amount, TaxStatement taxStatement ) : System
amount double
taxStatement TaxStatement
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetDeduction() public method

public GetDeduction ( ) : double
return double

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Amount protected_oe property

protected double Amount
return double