RegionNotificationEventBase<TEntity>
public abstract class RegionNotificationEventBase<TEntity> : NotificationEventBase
where TEntity : RegionReadOnly
Inheritance
- class NotificationEventBase
Namespace
Constructors
RegionNotificationEventBase<TEntity>
public RegionNotificationEventBase(TEntity region)
Properties
Region
public TEntity Region { get; }