StoreNotificationEventBase<TEntity>
public abstract class StoreNotificationEventBase<TEntity> : NotificationEventBase
where TEntity : StoreReadOnly
Inheritance
- class NotificationEventBase
Namespace
Constructors
StoreNotificationEventBase<TEntity>
public StoreNotificationEventBase(TEntity store)
Properties
Store
public TEntity Store { get; }