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