Class ProductCatalog
Inheritance
ProductCatalog
Assembly: tt-net-api.dll
Syntax
public class ProductCatalog : UserEventHandler, IDisposable
Constructors
ProductCatalog(Market, Dispatcher)
Declaration
public ProductCatalog(Market market, Dispatcher dispatcher)
Parameters
ProductCatalog(MarketId, Dispatcher)
Declaration
public ProductCatalog(MarketId marketId, Dispatcher dispatcher)
Parameters
Properties
Market
Declaration
public Market Market { get; }
Property Value
MarketId
Declaration
public MarketId MarketId { get; }
Property Value
Products
Declaration
public IReadOnlyDictionary<ProductKey, Product> Products { get; }
Property Value
Methods
Dispose()
Declaration
public virtual void Dispose()
Get()
Declaration
public ProductDataEvent Get()
Returns
GetAsync()
Declaration
Events
OnData
Declaration
public event EventHandler<ProductCatalogEventArgs> OnData
Event Type
Implements