C# Class Ploeh.Samples.Loan.ApplicantProcessor

ファイルを表示 Open project: ploeh/loan Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ProduceRenderings ( Applicant applicant ) : IEnumerable

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ProduceRenderings() public method

public ProduceRenderings ( Applicant applicant ) : IEnumerable
applicant Ploeh.Samples.Loan.DataCollection.Applicant
return IEnumerable