Click or drag to resize

ProductInfoXmlGeneratorSettings Class

A settings class to drive the generation of product info XML.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.LiveIntegration.XmlGeneratorsXmlGeneratorSettings
    Dynamicweb.Ecommerce.LiveIntegration.XmlGeneratorsProductInfoXmlGeneratorSettings

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.XmlGenerators
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public class ProductInfoXmlGeneratorSettings : XmlGeneratorSettings

The ProductInfoXmlGeneratorSettings type exposes the following members.

Constructors
  NameDescription
Public methodProductInfoXmlGeneratorSettings
Initializes a new instance of the ProductInfoXmlGeneratorSettings class
Top
Properties
  NameDescription
Public propertyAddProductFieldsToRequest
Gets or sets a value indicating whether [add product fields to request].
Public propertyBeautify
Gets or sets a value indicating whether the XML should be "beautified" (line breaks and indention).
(Inherited from XmlGeneratorSettings.)
Public propertyGetUnitPrices
Gets or sets if get unit prices
Public propertyLiveIntegrationSubmitType
Gets or sets the type of the live integration submit.
(Inherited from XmlGeneratorSettings.)
Public propertyReferenceName
Gets or sets the name of the reference.
(Inherited from XmlGeneratorSettings.)
Top
See Also