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