Click or drag to resize

SavedForLater Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.Ecommerce.CartSavedForLater

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

The SavedForLater type exposes the following members.

Constructors
  NameDescription
Public methodSavedForLater
Initializes a new instance of the SavedForLater class
Public methodSavedForLater(IDataReader)
Initializes a new instance of the SavedForLater class
Top
Properties
  NameDescription
Public propertyConnection (Inherited from DbObject.)
Public propertyDateAdded
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyLanguageID
Public propertyProductID
Public propertySavedForLaterID
Public propertySavedForLaterSessionID
Public propertyTransaction (Inherited from DbObject.)
Public propertyVariantID
Top
Methods
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
See Also