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 | |
---|---|---|
DiscountApplicationRecordBase | Overloaded. Initializes a new instance of the DiscountApplicationRecordBase class. |
Top
Methods
Name | Description | |
---|---|---|
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).) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Retrieves an enumerator that is used to enumerate over all weakly-typed properties of the current instance. | |
GetHashCode | Returns a hash code based on the discount ID for the current instance. (Overrides Object..::.GetHashCode()()().) | |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the DiscountApplicationRecordBase. | |
GetType | (Inherited from Object.) | |
LoadedFromStorage | Called after the entire class graph is loaded from mapped storage to allow custom post-load marshaling. (Inherited from MappedStorageBase.) | |
MemberwiseClone | (Inherited from Object.) | |
SavedToStorage | Called after saving a mapped class instance to storage to allow custom post-save marshaling. (Inherited from MappedStorageBase.) | |
SavingToStorage | Called prior to saving a mapped class instance to storage to allow custom pre-save marshaling. (Inherited from MappedStorageBase.) | |
SetChildDirty | Overloaded. | |
SetDirty | Updates local and parent change information and allows automatic validation of the specified property data. (Overrides MappedStorageBase..::.SetDirty(Object).) | |
SetParent | Updates parent and grandparent object references of a child class instance (Inherited from MappedStorageBase.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
BasketDisplayMessage | Gets or sets the text describing the discount applied to the customer’s order. | |
DiscountAmount | Gets or sets the amount deducted from a line item or order. | |
DiscountId | Gets and sets the marketing system campaign item identifier. | |
DiscountName | Gets or sets the name of the current instance. | |
DiscountValue | Gets or sets a currency or percentage value for the discount. | |
Item | Gets or sets the DiscountApplicationRecord from the collection, based upon specified name. | |
LastModified | Gets or sets the last modified time of the discount in local time. | |
OrderGroupId | Gets the grandparent order group to which the current instance belongs. | |
Priority | Gets or sets the discount priority or rank. | |
PromoCode | Gets or sets the code that the current discount is associated with (if applicable). | |
PromoCodeDefinitionId | Gets or sets the ID of the PromoCodeDefinitionId definition. | |
StorageLoadInProgress | Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.) | |
TypeOfDiscount | Gets or sets the meaning of the value stored in the discount value. |
Top