Variant Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
A variant of a product family. Represents a single product variant in the product catalog system.
The Variant type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsListPriceNull | Returns true for categories without list price values. Always returns false for other types. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
BaseCatalogName | Get the base catalog name of this variant. | |
CatalogClassType | Gets the catalog class type of this variant. | |
CatalogName | Gets the catalog name for the current variant. | |
DataRow | Gets the DataRow for this variant. | |
DefinitionName | Gets the name of product or category definition used to create this item. | |
DisplayName | Gets or sets the DisplayName property for this variant. | |
InventoryCondition | Gets the inventory condition of this catalog item. | |
InventoryExists | Gets a value used to indicate if the Inventory information exists for the product. | |
IsVirtualCatalog | Gets a value indicating whether this catalog item exists in a virtual catalog or a base catalog. | |
Item | Gets or sets the properties of this Variant. | |
ListPrice | Gets or sets the list price for this product or product family. | |
OriginalProductId | Gets the original Product ID for this variant. | |
OriginalVariantId | Gets the original Variant ID for this variant. | |
PrimaryParentCategoryName | Gets or sets the primary parent category for the current catalog item. | |
ProductId | Gets the Product Identifier for this variant. | |
VariantId | Gets the Variant Identifier for this variant. |
Top