C# Class Ploeh.Samples.Loan.PropertyProcessor

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

Public Properties

Property Type Description
PriceText string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ProduceRenderings ( Property property ) : 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 ( Property property ) : IEnumerable
property Property
return IEnumerable

Property Details

PriceText public_oe property

public string PriceText
return string