C# Class InstaTax.Core.DomainObjects.OtherIncomeItem

Exibir arquivo Open project: bagheera/tax Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OtherIncomeItem ( ) : System

Method Details

Equals() public method

public Equals ( OtherIncomeItem other ) : bool
other OtherIncomeItem
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

OtherIncomeItem() protected method

protected OtherIncomeItem ( ) : System
return System

OtherIncomeItem() public method

public OtherIncomeItem ( string name, double amount ) : System
name string
amount double
return System