Click or drag to resize

Merchandise Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.Commerce.ProductsInventoryProduct
      Ignition.Commerce.ProductsStoreProduct
        Ignition.Commerce.ProductsMerchandise

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("ProductMerchandise")]
public class Merchandise : StoreProduct

The Merchandise type exposes the following members.

Constructors
 NameDescription
Public methodMerchandiseInitializes a new instance of the Merchandise class
Top
Properties
 NameDescription
Public propertyAllowsBackorder
(Inherited from InventoryProduct)
Public propertyBestPublicMemberPrice
(Inherited from StoreProduct)
Public propertyBestPublicNonMemberPrice
(Inherited from StoreProduct)
Public propertyBusinessUnitId
(Inherited from InventoryProduct)
Public propertyCode
(Inherited from InventoryProduct)
Public propertyDescription
(Inherited from InventoryProduct)
Public propertyFormat
(Inherited from InventoryProduct)
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIsFeatured
(Inherited from InventoryProduct)
Public propertyIsInventoryTracked
(Inherited from InventoryProduct)
Public propertyName
(Inherited from InventoryProduct)
Public propertyOrder
(Inherited from InventoryProduct)
Public propertyProductCategoryId
(Inherited from InventoryProduct)
Public propertyProductTypeId
(Inherited from InventoryProduct)
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyShortDescription
(Inherited from InventoryProduct)
Public propertyWeight 
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also