DiscountApplicationRecordBase Members

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Provides an interface to the information written by the discount components from the marketing subsystem.

The DiscountApplicationRecordBase type exposes the following members.

Constructors

  Name Description
Aa186981.protmethod(en-US,CS.70).gif DiscountApplicationRecordBase Overloaded. Initializes a new instance of the DiscountApplicationRecordBase class.

Top

Methods

  Name Description
Aa186981.pubmethod(en-US,CS.70).gif Equals Returns a value that indicates whether the specified discount application record has the same discount ID as the current instance. (Overrides Object..::.Equals(Object).)
Aa186981.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa186981.pubmethod(en-US,CS.70).gif GetEnumerator Retrieves an enumerator that is used to enumerate over all weakly-typed properties of the current instance.
Aa186981.pubmethod(en-US,CS.70).gif GetHashCode Returns a hash code based on the discount ID for the current instance. (Overrides Object..::.GetHashCode()()().)
Aa186981.pubmethod(en-US,CS.70).gif GetObjectData Populates the SerializationInfo with the data needed to serialize the DiscountApplicationRecordBase.
Aa186981.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa186981.pubmethod(en-US,CS.70).gif LoadedFromStorage Called after the entire class graph is loaded from mapped storage to allow custom post-load marshaling. (Inherited from MappedStorageBase.)
Aa186981.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa186981.pubmethod(en-US,CS.70).gif SavedToStorage Called after saving a mapped class instance to storage to allow custom post-save marshaling. (Inherited from MappedStorageBase.)
Aa186981.pubmethod(en-US,CS.70).gif SavingToStorage Called prior to saving a mapped class instance to storage to allow custom pre-save marshaling. (Inherited from MappedStorageBase.)
Aa186981.pubmethod(en-US,CS.70).gif SetChildDirty Overloaded.
Aa186981.pubmethod(en-US,CS.70).gif SetDirty Updates local and parent change information and allows automatic validation of the specified property data. (Overrides MappedStorageBase..::.SetDirty(Object).)
Aa186981.pubmethod(en-US,CS.70).gif SetParent Updates parent and grandparent object references of a child class instance (Inherited from MappedStorageBase.)
Aa186981.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa186981.pubproperty(en-US,CS.70).gif BasketDisplayMessage Gets or sets the text describing the discount applied to the customer’s order.
Aa186981.pubproperty(en-US,CS.70).gif DiscountAmount Gets or sets the amount deducted from a line item or order.
Aa186981.pubproperty(en-US,CS.70).gif DiscountId Gets and sets the marketing system campaign item identifier.
Aa186981.pubproperty(en-US,CS.70).gif DiscountName Gets or sets the name of the current instance.
Aa186981.pubproperty(en-US,CS.70).gif DiscountValue Gets or sets a currency or percentage value for the discount.
Aa186981.pubproperty(en-US,CS.70).gif Item Gets or sets the DiscountApplicationRecord from the collection, based upon specified name.
Aa186981.pubproperty(en-US,CS.70).gif LastModified Gets or sets the last modified time of the discount in local time.
Aa186981.pubproperty(en-US,CS.70).gif OrderGroupId Gets the grandparent order group to which the current instance belongs.
Aa186981.pubproperty(en-US,CS.70).gif Priority Gets or sets the discount priority or rank.
Aa186981.pubproperty(en-US,CS.70).gif PromoCode Gets or sets the code that the current discount is associated with (if applicable).
Aa186981.pubproperty(en-US,CS.70).gif PromoCodeDefinitionId Gets or sets the ID of the PromoCodeDefinitionId definition.
Aa186981.pubproperty(en-US,CS.70).gif StorageLoadInProgress Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.)
Aa186981.pubproperty(en-US,CS.70).gif TypeOfDiscount Gets or sets the meaning of the value stored in the discount value.

Top

See Also

Reference

DiscountApplicationRecordBase Class

Microsoft.CommerceServer.Runtime.Orders Namespace