InventoryProduct Class

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("ProductGen")]
public class InventoryProduct : NetForumEntity, 
	IProduct, IInventoryTrackable
Inheritance
Object    NetForumEntity    InventoryProduct
Derived
Implements
IInventoryTrackable, IProduct

Constructors

InventoryProductInitializes a new instance of the InventoryProduct class

Properties

Methods

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

See Also