Click or drag to resize

StoreProduct Class

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

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public abstract class StoreProduct : InventoryProduct

The StoreProduct type exposes the following members.

Constructors
 NameDescription
Protected methodStoreProductInitializes a new instance of the StoreProduct class
Top
Properties
 NameDescription
Public propertyAllowsBackorder
(Inherited from InventoryProduct)
Public propertyBestPublicMemberPrice 
Public propertyBestPublicNonMemberPrice 
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)
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
Inheritance Hierarchy