Click or drag to resize

ItemDetailsXmlGeneratorSettings Class

A settings class to drive the generation of integration customer center order details XML.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.LiveIntegration.XmlGeneratorsXmlGeneratorSettings
    Dynamicweb.Ecommerce.LiveIntegration.XmlGenerators.IntegrationCustomerCenterItemDetailsXmlGeneratorSettings

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

The ItemDetailsXmlGeneratorSettings type exposes the following members.

Constructors
  NameDescription
Public methodItemDetailsXmlGeneratorSettings
Initializes a new instance of the ItemDetailsXmlGeneratorSettings class
Top
Properties
  NameDescription
Public propertyBeautify
Gets or sets a value indicating whether the XML should be "beautified" (line breaks and indention).
(Inherited from XmlGeneratorSettings.)
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
Fields
  NameDescription
Public fieldCustomerId
Customer id
Public fieldItemId
Item id
Public fieldItemType
Order list type
Top
See Also