OrderPropertiesChangeNotificationBase<TEntity>
public abstract class OrderPropertiesChangeNotificationBase<TEntity> :
OrderNotificationEventBase<TEntity>
where TEntity : OrderReadOnly
Inheritance
Namespace
Constructors
OrderPropertiesChangeNotificationBase<TEntity>
public OrderPropertiesChangeNotificationBase(TEntity order,
DictionaryDiff<string, PropertyValue> properties)
Properties
Properties
public DictionaryDiff<string, PropertyValue> Properties { get; }