ProductAttributeNotificationEventBase<TEntity>
public abstract class ProductAttributeNotificationEventBase<TEntity> : NotificationEventBase
where TEntity : ProductAttributeReadOnly
Inheritance
- class NotificationEventBase
Namespace
Constructors
ProductAttributeNotificationEventBase<TEntity>
public ProductAttributeNotificationEventBase(TEntity productAttribute)
Properties
ProductAttribute
public TEntity ProductAttribute { get; }