OrderShippingCountryRegionChangeNotificationBase<TEntity>
public abstract class OrderShippingCountryRegionChangeNotificationBase<TEntity> :
OrderNotificationEventBase<TEntity>
where TEntity : OrderReadOnly
Inheritance
Namespace
Constructors
OrderShippingCountryRegionChangeNotificationBase<TEntity>
public OrderShippingCountryRegionChangeNotificationBase(TEntity order,
ChangingValue<Guid?> countryId, ChangingValue<Guid?> regionId)
Properties
CountryId
public ChangingValue<Guid?> CountryId { get; }
RegionId
public ChangingValue<Guid?> RegionId { get; }