Click or drag to resize

GiftCard Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.Ecommerce.GiftCardsGiftCard

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

The GiftCard type exposes the following members.

Constructors
  NameDescription
Public methodGiftCard Obsolete.
Initializes a new instance of the GiftCard class
Public methodGiftCard(Boolean)
Initializes a new instance of the GiftCard class
Public methodGiftCard(IDataReader) Obsolete.
Initializes a new instance of the GiftCard class
Top
Properties
  NameDescription
Public propertyBalance Obsolete.
Public propertyCode
Public propertyConnection (Inherited from DbObject.)
Public propertyCreationDate
Public propertyCurrencyCode
Public propertyExpiryDate
Public propertyGiftCardId
Public propertyID (Inherited from DbObject.)
Public propertyInitialAmount
Public propertyIsNew (Inherited from DbObject.)
Public propertyName
Public propertyTransaction (Inherited from DbObject.)
Public propertyVATPercent
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