[NetForumBusinessObjectAttribute("ProductType")]
public class InventoryProductType : NetForumEntity
<NetForumBusinessObjectAttribute("ProductType")>
Public Class InventoryProductType
Inherits NetForumEntity
[NetForumBusinessObjectAttribute(L"ProductType")]
public ref class InventoryProductType : public NetForumEntity
[<NetForumBusinessObjectAttribute("ProductType")>]
type InventoryProductType =
class
inherit NetForumEntity
end
InventoryProductType | Initializes a new instance of the InventoryProductType class |
Code | |
Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
IsDiscountable | |
IsSoldOnline | |
RevisionInformation | (Inherited from NetForumEntity) |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |