C# Class InstaTax.Core.DomainObjects.OtherIncomeItem

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

Méthodes publiques

Méthode Description
Equals ( OtherIncomeItem other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
OtherIncomeItem ( string name, double amount ) : System

Méthodes protégées

Méthode Description
OtherIncomeItem ( ) : System

Method Details

Equals() public méthode

public Equals ( OtherIncomeItem other ) : bool
other OtherIncomeItem
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OtherIncomeItem() protected méthode

protected OtherIncomeItem ( ) : System
Résultat System

OtherIncomeItem() public méthode

public OtherIncomeItem ( string name, double amount ) : System
name string
amount double
Résultat System