[NetForumBusinessObjectAttribute("Price")]
public class InventoryPrice : NetForumEntity,
IPrice
<NetForumBusinessObjectAttribute("Price")>
Public Class InventoryPrice
Inherits NetForumEntity
Implements IPrice
[NetForumBusinessObjectAttribute(L"Price")]
public ref class InventoryPrice : public NetForumEntity,
IPrice
[<NetForumBusinessObjectAttribute("Price")>]
type InventoryPrice =
class
inherit NetForumEntity
interface IPrice
end
InventoryPrice | Initializes a new instance of the InventoryPrice class |
Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
Name | |
ProductId | |
RevisionInformation | (Inherited from NetForumEntity) |
TermId | |
Value |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |