Click or drag to resize

Package Class

Inheritance Hierarchy

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("Package")]
public class Package : StoreProduct

The Package type exposes the following members.

Constructors
 NameDescription
Public methodPackageInitializes a new instance of the Package class
Top
Properties
 NameDescription
Public propertyAllowsBackorder
(Inherited from InventoryProduct)
Public propertyBestPublicMemberPrice
(Inherited from StoreProduct)
Public propertyBestPublicNonMemberPrice
(Inherited from StoreProduct)
Public propertyBusinessUnitId
(Inherited from InventoryProduct)
Public propertyCode
(Inherited from InventoryProduct)
Public propertyDescription
(Inherited from InventoryProduct)
Public propertyFormat
(Inherited from InventoryProduct)
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIsFeatured
(Inherited from InventoryProduct)
Public propertyIsInventoryTracked
(Inherited from InventoryProduct)
Public propertyName
(Inherited from InventoryProduct)
Public propertyOrder
(Inherited from InventoryProduct)
Public propertyPackageComponents 
Public propertyProductCategoryId
(Inherited from InventoryProduct)
Public propertyProductTypeId
(Inherited from InventoryProduct)
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyShortDescription
(Inherited from InventoryProduct)
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also