OrderLineChangeNotification<TEntity>
public class OrderLineChangeNotification<TEntity> : OrderNotificationEventBase<TEntity>,
IHasEventKey
where TEntity : OrderReadOnly
Inheritance
- class OrderNotificationEventBase<TOrder>
- interface IHasEventKey
Namespace
Constructors
OrderLineChangeNotification<TEntity>
public OrderLineChangeNotification(TEntity order, OrderLineReadOnly orderLine,
ChangingValue<decimal> quantity, DictionaryDiff<string, PropertyValue> properties)
Properties
Key
public string Key { get; }
OrderLine
public OrderLineReadOnly OrderLine { get; }
Properties
public DictionaryDiff<string, PropertyValue> Properties { get; }
Quantity
public ChangingValue<decimal> Quantity { get; }