Click or drag to resize

CustomerProductList Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.Ecommerce.CustomerCenterCustomerProductList

Namespace:  Dynamicweb.Ecommerce.CustomerCenter
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public class CustomerProductList : DbObject

The CustomerProductList type exposes the following members.

Constructors
  NameDescription
Public methodCustomerProductList
Initializes a new instance of the CustomerProductList class
Top
Properties
Methods
  NameDescription
Public methodStatic memberAddToFavorites(Product)
Public methodStatic memberAddToFavorites(String, String, String)
Public methodStatic memberAddToFavorites(String, String, String, Int32)
Public methodStatic memberAddToFavorites(String, String, String, String, String, String, Int32)
Public methodStatic memberAddToFavorites(String, String, String, String, String, String, Int32, Int32)
Public methodStatic memberClearCache(Int32)
Public methodStatic memberClearCache(Group)
Public methodStatic memberClearCache(User)
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Overrides DbObjectDelete(Int32).)
Public methodFill (Overrides DbObjectFill(IDataReader).)
Protected methodFillRow (Overrides DbObjectFillRow(DataRow).)
Public methodForceInitializeAllProducts
Public methodStatic memberGetAllProductLists Obsolete.
Public methodStatic memberGetDefaultList(Int32)
Public methodStatic memberGetDefaultList(IEnumerableCustomerProductList)
Public methodStatic memberGetListByCustomerId
Public methodStatic memberGetListById(Int32)
Public methodStatic memberGetListById(Int32, IEnumerableCustomerProductList)
Public methodStatic memberGetListByPublishedId
Public methodStatic memberGetListByType(Int32, String)
Public methodStatic memberGetListByType(IEnumerableCustomerProductList, String)
Public methodStatic memberGetListsByUserCustomerNumber
Public methodStatic memberGetListTypesByCustomerNumber
Public methodStatic memberGetListTypesByUser
Public methodStatic memberGetProductKey
Public methodGetProductLookup
Public methodStatic memberGneratePublishedId
Public methodLoad (Inherited from DbObject.)
Public methodStatic memberRemoveFromFavorites(Order)
Public methodStatic memberRemoveFromFavorites(String, String, String)
Public methodStatic memberRemoveFromFavorites(String, String, String, Int32, Double)
Public methodStatic memberRemoveFromFavorites(String, String, String, Int32, Double, Boolean)
Public methodSave (Overrides DbObjectSave.)
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
See Also