Package Class

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("Package")]
public class Package : StoreProduct
Inheritance
Object    NetForumEntity    InventoryProduct    StoreProduct    Package
Derived

Constructors

PackageInitializes a new instance of the Package class

Properties

AllowsBackorder
(Inherited from InventoryProduct)
BestPublicMemberPrice
(Inherited from StoreProduct)
BestPublicNonMemberPrice
(Inherited from StoreProduct)
BusinessUnitId
(Inherited from InventoryProduct)
Code
(Inherited from InventoryProduct)
Description
(Inherited from InventoryProduct)
Format
(Inherited from InventoryProduct)
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsFeatured
(Inherited from InventoryProduct)
IsInventoryTracked
(Inherited from InventoryProduct)
Name
(Inherited from InventoryProduct)
Order
(Inherited from InventoryProduct)
PackageComponents 
ProductCategoryId
(Inherited from InventoryProduct)
ProductTypeId
(Inherited from InventoryProduct)
RevisionInformation
(Inherited from NetForumEntity)
ShortDescription
(Inherited from InventoryProduct)

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also