[NetForumBusinessObjectAttribute("ProductGen")]
public class InventoryProduct : NetForumEntity,
IProduct, IInventoryTrackable<NetForumBusinessObjectAttribute("ProductGen")>
Public Class InventoryProduct
Inherits NetForumEntity
Implements IProduct, IInventoryTrackable[NetForumBusinessObjectAttribute(L"ProductGen")]
public ref class InventoryProduct : public NetForumEntity,
IProduct, IInventoryTrackable[<NetForumBusinessObjectAttribute("ProductGen")>]
type InventoryProduct =
class
inherit NetForumEntity
interface IProduct
interface IInventoryTrackable
end| InventoryProduct | Initializes a new instance of the InventoryProduct class |
| AllowsBackorder | |
| BusinessUnitId | |
| Code | |
| Description | |
| Format | |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| IsFeatured | |
| IsInventoryTracked | |
| Name | |
| Order | |
| ProductCategoryId | |
| ProductTypeId | |
| RevisionInformation | (Inherited from NetForumEntity) |
| ShortDescription |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |