ShippingDiscountRecord 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 in the marketing subsystem for shipping discounts.
The ShippingDiscountRecord type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ShippingDiscountRecord | Overloaded. Initializes a new instance of the ShippingDiscountRecord 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. (Inherited from DiscountApplicationRecordBase.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Retrieves an enumerator that is used to enumerate over all weakly-typed properties of the current instance. (Inherited from DiscountApplicationRecordBase.) | |
GetHashCode | Returns a hash code based on the discount ID for the current instance. (Inherited from DiscountApplicationRecordBase.) | |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the ShippingDiscountRecord. (Overrides DiscountApplicationRecordBase..::.GetObjectData(SerializationInfo, StreamingContext).) | |
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. Called by child class instances when a change occurs to child data members that are mapped to SQL storage. | |
SetDirty | Called by local class property set accessors when a change occurs to data members that are mapped to SQL storage. (Overrides DiscountApplicationRecordBase..::.SetDirty(Object).) | |
SetParent | Updates parent and grandparent object references of a child class instance. (Overrides MappedStorageBase..::.SetParent(Object).) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
BasketDisplayMessage | Gets or sets the text describing the discount applied to the customer’s order. (Inherited from DiscountApplicationRecordBase.) | |
DiscountAmount | Gets or sets the amount deducted from a line item or order. (Inherited from DiscountApplicationRecordBase.) | |
DiscountId | Gets and sets the marketing system campaign item identifier. (Inherited from DiscountApplicationRecordBase.) | |
DiscountName | Gets or sets the name of the current instance. (Inherited from DiscountApplicationRecordBase.) | |
DiscountValue | Gets or sets a currency or percentage value for the discount. (Inherited from DiscountApplicationRecordBase.) | |
Item | Gets or sets the DiscountApplicationRecord from the collection, based upon specified name. (Inherited from DiscountApplicationRecordBase.) | |
LastModified | Gets or sets the last modified time of the discount in local time. (Inherited from DiscountApplicationRecordBase.) | |
OrderGroupId | Gets the grandparent order group to which the current instance belongs. (Inherited from DiscountApplicationRecordBase.) | |
ParentShipment | Gets the parent shipment that the current instance is associated with. | |
Priority | Gets or sets the discount priority or rank. (Inherited from DiscountApplicationRecordBase.) | |
PromoCode | Gets or sets the code that the current discount is associated with (if applicable). (Inherited from DiscountApplicationRecordBase.) | |
PromoCodeDefinitionId | Gets or sets the ID of the PromoCodeDefinitionId definition. (Inherited from DiscountApplicationRecordBase.) | |
ShipmentId | Gets the shipment identifier of the parent shipment. | |
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. (Inherited from DiscountApplicationRecordBase.) |
Top