C# Class Ploeh.Samples.Loan.PrimaryApplicantMortgageApplicationProcessor

Inheritance: IMortgageApplicationProcessor
Afficher le fichier Open project: ploeh/loan Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ProduceOffer ( MortgageApplication application ) : IEnumerable

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ProduceOffer() public méthode

public ProduceOffer ( MortgageApplication application ) : IEnumerable
application Ploeh.Samples.Loan.DataCollection.MortgageApplication
Résultat IEnumerable