OrderAssignToCustomerNotificationBase<TEntity>
public abstract class OrderAssignToCustomerNotificationBase<TEntity> :
OrderNotificationEventBase<TEntity>
where TEntity : OrderReadOnly
Inheritance
Namespace
Constructors
OrderAssignToCustomerNotificationBase<TEntity>
public OrderAssignToCustomerNotificationBase(TEntity order, ChangingValue<string> customerReference)
Properties
CustomerReference
public ChangingValue<string> CustomerReference { get; }