C# Class InstaTax.Core.DomainObjects.DonationsUnder80G

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

Protected Properties

Свойство Type Description
Donations IList

Méthodes publiques

Méthode Description
AddDonation ( DonationUnder80G donationUnder80G ) : void
GetDeduction ( ) : double
NumberOfDonations ( ) : int

Private Methods

Méthode Description
GetDonations ( ) : IEnumerable

Method Details

AddDonation() public méthode

public AddDonation ( DonationUnder80G donationUnder80G ) : void
donationUnder80G DonationUnder80G
Résultat void

GetDeduction() public méthode

public GetDeduction ( ) : double
Résultat double

NumberOfDonations() public méthode

public NumberOfDonations ( ) : int
Résultat int

Property Details

Donations protected_oe property

protected IList Donations
Résultat IList