Notification Class

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Notification base class.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Framework (in Microsoft.Dynamics.Commerce.Runtime.Framework.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public MustInherit Class Notification _
    Inherits CommerceEntity
'Usage
Dim instance As Notification
[DataContractAttribute]
public abstract class Notification : CommerceEntity
[DataContractAttribute]
public ref class Notification abstract : public CommerceEntity

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.DataModel.CommerceEntity
    Microsoft.Dynamics.Commerce.Runtime.DataModel.Notification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.DiscountInvalidatedNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.EmptyInventoryUnitOfMeasureNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.EmptyLineDeliveryOptionSetNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.EmptyOrderDeliveryOptionSetNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.EmptyProductDeliveryOptionSetNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.EmptySalesUnitOfMeasureNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.InsufficientQuantityAvailableNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.InvalidPriceNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.InvalidShippingAddressNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.InvalidTaxGroupNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.InventoryNotFoundNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.ItemIdNotFoundInInventoryNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.ItemOutOfStockNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.MissingLineShippingInfoNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.PriceChangedNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.ProductDiscontinuedFromChannelNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.ProductMasterPageNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeRequiredNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.UnableToConvertUnitOfMeasureNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.UnableToDetermineQuantityForStoresNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.UnableToDetermineQuantityNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.UnableToResolveListingIdsNotification
      Microsoft.Dynamics.Commerce.Runtime.DataModel.UnableToRetrieveStoresNotification

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace