Class AlgoCatalogEventArgs
Inheritance
AlgoCatalogEventArgs
Assembly: tt-net-api.dll
Syntax
public class AlgoCatalogEventArgs : EventArgs
Properties
Added
Declaration
public IEnumerable<AlgoInfo> Added { get; }
Property Value
AlgoCatalog
Declaration
public AlgoCatalog AlgoCatalog { get; }
Property Value
Deleted
Declaration
public IEnumerable<AlgoInfo> Deleted { get; }
Property Value
Event
Declaration
public ProductDataEvent Event { get; }
Property Value
IsFinal
Declaration
public bool IsFinal { get; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
Updated
Declaration
public IEnumerable<AlgoInfo> Updated { get; }
Property Value