OrderLineRemoveNotification<TEntity>
public class OrderLineRemoveNotification<TEntity> : OrderNotificationEventBase<TEntity>,
IHasEventKey
where TEntity : OrderReadOnly
Inheritance
- class OrderNotificationEventBase<TOrder>
- interface IHasEventKey
Namespace
Constructors
OrderLineRemoveNotification<TEntity>
public OrderLineRemoveNotification(TEntity order, OrderLineReadOnly orderLine)
Properties
Key
public string Key { get; }
OrderLine
public OrderLineReadOnly OrderLine { get; }