WishlistItem Class

Definition

Namespace: Ignition.Commerce.Products.Wishlists
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("IndividualWishList")]
public class WishlistItem : NetForumEntity
Inheritance
Object    NetForumEntity    WishlistItem

Constructors

WishlistItemInitializes a new instance of the WishlistItem class

Properties

DateAddedObsolete.
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IndividualCustomerId 
ProductDescription 
ProductId 
ProductName 
RevisionInformation
(Inherited from NetForumEntity)

Methods

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

See Also