Click or drag to resize

UnknownPublishedOffer Class

Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail.SpecialCase
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2024.6
Syntax
C#
public class UnknownPublishedOffer : PublishedOffer

The UnknownPublishedOffer type exposes the following members.

Constructors
  NameDescription
Public methodUnknownPublishedOffer
Initializes a new instance of the UnknownPublishedOffer class
Public methodUnknownPublishedOffer(String)
Initializes a new instance of the UnknownPublishedOffer class
Top
Properties
  NameDescription
Public propertyCode (Inherited from PublishedOffer.)
Public propertyDescription (Inherited from PublishedOffer.)
Public propertyDetails (Inherited from PublishedOffer.)
Public propertyExpirationDate (Inherited from PublishedOffer.)
Public propertyId (Inherited from Entity.)
Public propertyImages (Inherited from PublishedOffer.)
Public propertyImgBytes (Inherited from PublishedOffer.)
Public propertyOfferDetails (Inherited from PublishedOffer.)
Public propertyOfferId (Inherited from PublishedOffer.)
Public propertyOfferLines (Inherited from PublishedOffer.)
Public propertySelected (Inherited from PublishedOffer.)
Public propertyType (Inherited from PublishedOffer.)
Public propertyValidationText (Inherited from PublishedOffer.)
Top
Methods
  NameDescription
Public methodDispose (Inherited from PublishedOffer.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also