ProductConfiguration Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Configuration of a Product, allows you to specify configuration of variants (ignored for non product family products).
The ProductConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProductConfiguration | Initializes a new instance of the ProductConfiguration class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FillXmlData | Loads the Catalog item configuration information into XmlData. (Inherited from CatalogItemConfiguration.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
InventoryOptions | Gets or sets the InventoryOptions for this catalog item. (Inherited from CatalogItemConfiguration.) | |
JoinTableInformation | Gets or sets the join table information for products and product variants. (Inherited from CatalogItemConfiguration.) | |
LoadAncestorCategories | Gets or sets a value indicating whether the AncestorCategories property for this object should be loaded when the object is loaded. (Inherited from CatalogItemConfiguration.) | |
LoadCanonicalCategories | Gets or sets a value indicating whether the CanonicalCategories property for this object should be loaded when the object is loaded. (Inherited from CatalogItemConfiguration.) | |
LoadParentCategories | Gets or sets a value indicating whether the LoadParentCategories property for this object should be loaded when the object is loaded. (Inherited from CatalogItemConfiguration.) | |
LoadRelatedCategories | Gets or sets a value indicating whether the LoadRelatedCategories property for this object should be loaded when the object is loaded. (Inherited from CatalogItemConfiguration.) | |
LoadRelatedProducts | Gets or sets a value indicating whether the LoadRelatedProducts property for this object should be loaded when the object is loaded. (Inherited from CatalogItemConfiguration.) | |
LoadVariants | Gets or sets a value used to indicate if the Variants property for this object should be loaded with the object. | |
ParentPropertiesToReturn | Gets or sets the properties to return for ParentCategories, CanonicalCategories and AncestorCategories. (Inherited from CatalogItemConfiguration.) | |
Variants | Gets or sets the search filtering applied to the Variants property of this category. |
Top