CatalogItemConfiguration Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Describes the pre-loaded configuration of a catalog object sub component.
The CatalogItemConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CatalogItemConfiguration | Overloaded. Initializes a new instance of the CatalogItemConfiguration class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FillXmlData | Loads the Catalog item configuration information into XmlData. | |
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. | |
JoinTableInformation | Gets or sets the join table information for products and product variants. | |
LoadAncestorCategories | Gets or sets a value indicating whether the AncestorCategories property for this object should be loaded when the object is loaded. | |
LoadCanonicalCategories | Gets or sets a value indicating whether the CanonicalCategories property for this object should be loaded when the object is loaded. | |
LoadParentCategories | Gets or sets a value indicating whether the LoadParentCategories property for this object should be loaded when the object is loaded. | |
LoadRelatedCategories | Gets or sets a value indicating whether the LoadRelatedCategories property for this object should be loaded when the object is loaded. | |
LoadRelatedProducts | Gets or sets a value indicating whether the LoadRelatedProducts property for this object should be loaded when the object is loaded. | |
ParentPropertiesToReturn | Gets or sets the properties to return for ParentCategories, CanonicalCategories and AncestorCategories. |
Top