[NetForumBusinessObjectAttribute("Price")]
public class StorePrice : InventoryPrice
<NetForumBusinessObjectAttribute("Price")>
Public Class StorePrice
Inherits InventoryPrice
[NetForumBusinessObjectAttribute(L"Price")]
public ref class StorePrice : public InventoryPrice
[<NetForumBusinessObjectAttribute("Price")>]
type StorePrice =
class
inherit InventoryPrice
end
StorePrice | Initializes a new instance of the StorePrice class |
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) |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |