Class AlgoCatalogEventArgs
Inheritance
Object
EventArgs
AlgoCatalogEventArgs
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 AlgoCatalogEventArgs : EventArgs
Properties
Added
Declaration
public IEnumerable<AlgoInfo> Added { get; }
Property Value
Type | Description |
---|---|
IEnumerable<AlgoInfo> |
AlgoCatalog
Declaration
public AlgoCatalog AlgoCatalog { get; }
Property Value
Type | Description |
---|---|
AlgoCatalog |
Deleted
Declaration
public IEnumerable<AlgoInfo> Deleted { get; }
Property Value
Type | Description |
---|---|
IEnumerable<AlgoInfo> |
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 |
Updated
Declaration
public IEnumerable<AlgoInfo> Updated { get; }
Property Value
Type | Description |
---|---|
IEnumerable<AlgoInfo> |