C# Class InstaTax.Core.DomainObjects.DonationsUnder80G

Show file Open project: bagheera/tax Class Usage Examples

Protected Properties

Property Type Description
Donations IList

Public Methods

Method Description
AddDonation ( DonationUnder80G donationUnder80G ) : void
GetDeduction ( ) : double
NumberOfDonations ( ) : int

Private Methods

Method Description
GetDonations ( ) : IEnumerable

Method Details

AddDonation() public method

public AddDonation ( DonationUnder80G donationUnder80G ) : void
donationUnder80G DonationUnder80G
return void

GetDeduction() public method

public GetDeduction ( ) : double
return double

NumberOfDonations() public method

public NumberOfDonations ( ) : int
return int

Property Details

Donations protected property

protected IList Donations
return IList