C# Класс CrestSharp.Model.Implementation.Market

Наследование: CrestPartBase, IMarket
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetBuyItems ( int solarSystemId, ICrestType type ) : IEnumerable
GetSellItems ( int solarSystemId, ICrestType type ) : IEnumerable

Описание методов

GetBuyItems() публичный Метод

public GetBuyItems ( int solarSystemId, ICrestType type ) : IEnumerable
solarSystemId int
type ICrestType
Результат IEnumerable

GetSellItems() публичный Метод

public GetSellItems ( int solarSystemId, ICrestType type ) : IEnumerable
solarSystemId int
type ICrestType
Результат IEnumerable