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