[NetForumBusinessObjectAttribute("IndividualWishList")]
public class WishlistItem : NetForumEntity
<NetForumBusinessObjectAttribute("IndividualWishList")>
Public Class WishlistItem
Inherits NetForumEntity
[NetForumBusinessObjectAttribute(L"IndividualWishList")]
public ref class WishlistItem : public NetForumEntity
[<NetForumBusinessObjectAttribute("IndividualWishList")>]
type WishlistItem =
class
inherit NetForumEntity
end
WishlistItem | Initializes a new instance of the WishlistItem class |
DateAdded | Obsolete. |
Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
IndividualCustomerId | |
ProductDescription | |
ProductId | |
ProductName | |
RevisionInformation | (Inherited from NetForumEntity) |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |
FromProduct |