Click or drag to resize

GiftCardTransaction Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.Ecommerce.GiftCardsGiftCardTransaction

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

The GiftCardTransaction type exposes the following members.

Constructors
  NameDescription
Public methodGiftCardTransaction
Initializes a new instance of the GiftCardTransaction class
Public methodGiftCardTransaction(IDataReader) Obsolete.
Initializes a new instance of the GiftCardTransaction class
Top
Properties
  NameDescription
Public propertyAmount
Public propertyConnection (Inherited from DbObject.)
Public propertyGiftCardID
Public propertyID
Public propertyIsNew (Inherited from DbObject.)
Public propertyOrderID
Public propertyOrderLineID
Public propertyTransaction (Inherited from DbObject.)
Public propertyTransactionDate
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