Click or drag to resize

StorePrice Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.Commerce.ProductsInventoryPrice
      Ignition.Commerce.ProductsStorePrice

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("Price")]
public class StorePrice : InventoryPrice

The StorePrice type exposes the following members.

Constructors
 NameDescription
Public methodStorePriceInitializes a new instance of the StorePrice class
Top
Properties
 NameDescription
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIsAvailableToMembers 
Public propertyIsAvailableToNonMembers 
Public propertyMaximumQuantityAtThisPrice The maximum quantity of a product that can be purchased using this price (at one time).
Public propertyName
(Inherited from InventoryPrice)
Public propertyProductId
(Inherited from InventoryPrice)
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyTerm 
Public propertyTermId
(Inherited from InventoryPrice)
Public propertyValue
(Inherited from InventoryPrice)
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