C# Class CrestSharp.Model.Implementation.Market

Inheritance: CrestPartBase, IMarket
ファイルを表示 Open project: rischwa/eve-fast-fitting-assessment Class Usage Examples

Public Methods

Method Description
GetBuyItems ( int solarSystemId, ICrestType type ) : IEnumerable
GetSellItems ( int solarSystemId, ICrestType type ) : IEnumerable

Method Details

GetBuyItems() public method

public GetBuyItems ( int solarSystemId, ICrestType type ) : IEnumerable
solarSystemId int
type ICrestType
return IEnumerable

GetSellItems() public method

public GetSellItems ( int solarSystemId, ICrestType type ) : IEnumerable
solarSystemId int
type ICrestType
return IEnumerable