Click or drag to resize

ItemListXmlGeneratorSettings Class

A settings class to drive the generation of integration customer center orders list XML.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.LiveIntegration.XmlGeneratorsXmlGeneratorSettings
    Dynamicweb.Ecommerce.LiveIntegration.XmlGenerators.IntegrationCustomerCenterItemListXmlGeneratorSettings

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

The ItemListXmlGeneratorSettings type exposes the following members.

Constructors
  NameDescription
Public methodItemListXmlGeneratorSettings
Initializes a new instance of the ItemListXmlGeneratorSettings 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 fieldItemType
Order list type
Public fieldPageIndex
Page index
Public fieldPageSize
Page size
Top
See Also