Click or drag to resize

ProductViewModel Class

Note: This API is now obsolete.

Inheritance Hierarchy

Namespace:  Dynamicweb.Ecommerce.Frontend
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use ProductCatalog.ProductViewModel instead.")]
public class ProductViewModel : ProductViewModel

The ProductViewModel type exposes the following members.

Constructors
  NameDescription
Public methodProductViewModel
Initializes a new instance of the ProductViewModel class
Top
Properties
  NameDescription
Public propertyAssetCategories (Inherited from ProductViewModel.)
Public propertyCreated (Inherited from ProductViewModel.)
Public propertyDefaultImage (Inherited from ProductViewModel.)
Public propertyDefaultUnitId (Inherited from ProductViewModel.)
Public propertyDefaultVariantId (Inherited from ProductViewModel.)
Public propertyDepth (Inherited from ProductViewModel.)
Public propertyDiscontinued (Inherited from ProductViewModel.)
Public propertyDiscontinuedAction (Inherited from ProductViewModel.)
Public propertyDiscount (Inherited from ProductViewModel.)
Public propertyEAN (Inherited from ProductViewModel.)
Public propertyExpectedDelivery (Inherited from ProductViewModel.)
Public propertyGroupPaths (Inherited from ProductViewModel.)
Public propertyGroups (Inherited from ProductViewModel.)
Public propertyHeight (Inherited from ProductViewModel.)
Public propertyId (Inherited from ProductViewModel.)
Public propertyImagePatternImages (Inherited from ProductViewModel.)
Public propertyKeywords (Inherited from ProductViewModel.)
Public propertyLanguageId (Inherited from ProductViewModel.)
Public propertyLongDescription (Inherited from ProductViewModel.)
Public propertyManufacturer (Inherited from ProductViewModel.)
Public propertyName (Inherited from ProductViewModel.)
Public propertyNeverOutOfstock (Inherited from ProductViewModel.)
Public propertyNumber (Inherited from ProductViewModel.)
Public propertyPointPrice (Inherited from ProductViewModel.)
Public propertyPrice (Inherited from ProductViewModel.)
Public propertyPriceBeforeDiscount (Inherited from ProductViewModel.)
Public propertyPriceInformative (Inherited from ProductViewModel.)
Public propertyPrimaryOrDefaultGroup (Inherited from ProductViewModel.)
Public propertyProductCategories (Inherited from ProductViewModel.)
Public propertyProductFields (Inherited from ProductViewModel.)
Public propertyRating (Inherited from ProductViewModel.)
Public propertyReplacementProduct (Inherited from ProductViewModel.)
Public propertyShortDescription (Inherited from ProductViewModel.)
Public propertyStockLevel (Inherited from ProductViewModel.)
Public propertyStockUnits (Inherited from ProductViewModel.)
Public propertyTitle (Inherited from ProductViewModel.)
Public propertyUnitOptions (Inherited from ProductViewModel.)
Public propertyUpdated (Inherited from ProductViewModel.)
Public propertyVariantId (Inherited from ProductViewModel.)
Public propertyVariantInfo (Inherited from ProductViewModel.)
Public propertyWeight (Inherited from ProductViewModel.)
Public propertyWidth (Inherited from ProductViewModel.)
Top
Methods
  NameDescription
Public methodToJson (Inherited from FillableViewModelBase.)
Top
See Also