C# Class Ploeh.Samples.Loan.DateAndLocationMortgageApplicationProcessor

Inheritance: IMortgageApplicationProcessor
Exibir arquivo Open project: ploeh/loan Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ProduceOffer ( MortgageApplication application ) : IEnumerable

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ProduceOffer() public method

public ProduceOffer ( MortgageApplication application ) : IEnumerable
application Ploeh.Samples.Loan.DataCollection.MortgageApplication
return IEnumerable