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