Class ProductCatalogEventArgs
Represents the event arguments sent in a ProductCatalog.ProductCatalogUpdated callback.
Inheritance
Object
EventArgs
ProductCatalogEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class ProductCatalogEventArgs : EventArgs
Remarks
The ProductCatalogSubscription.ProductsUpdated event occurs when the TT .NET SDK finds new Products for a Market.
Properties
Added
Declaration
public IEnumerable<Product> Added { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Product> |
Deleted
Declaration
public IEnumerable<Product> Deleted { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Product> |
Event
Declaration
public ProductDataEvent Event { get; }
Property Value
Type | Description |
---|---|
ProductDataEvent |
IsFinal
Declaration
public bool IsFinal { get; }
Property Value
Type | Description |
---|---|
Boolean |
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |
ProductCatalog
Declaration
public ProductCatalog ProductCatalog { get; }
Property Value
Type | Description |
---|---|
ProductCatalog |
Updated
Declaration
public IEnumerable<Product> Updated { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Product> |