ProductAttributePresetNotificationEventBase<TEntity>
public abstract class ProductAttributePresetNotificationEventBase<TEntity> : NotificationEventBase
where TEntity : ProductAttributePresetReadOnly
Inheritance
- class NotificationEventBase
Namespace
Constructors
ProductAttributePresetNotificationEventBase<TEntity>
public ProductAttributePresetNotificationEventBase(TEntity productAttributePreset)
Properties
ProductAttributePreset
public TEntity ProductAttributePreset { get; }