StorePrice Class

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("Price")]
public class StorePrice : InventoryPrice
Inheritance
Object    NetForumEntity    InventoryPrice    StorePrice

Constructors

StorePriceInitializes a new instance of the StorePrice class

Properties

Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsAvailableToMembers 
IsAvailableToNonMembers 
MaximumQuantityAtThisPrice The maximum quantity of a product that can be purchased using this price (at one time).
Name
(Inherited from InventoryPrice)
ProductId
(Inherited from InventoryPrice)
RevisionInformation
(Inherited from NetForumEntity)
Term 
TermId
(Inherited from InventoryPrice)
Value
(Inherited from InventoryPrice)

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also