PromoCodeRecord Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents the results of the PromoCode Pipeline Components execution.
The PromoCodeRecord type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PromoCodeRecord | Overloaded. Initializes a new instance of the PromoCodeRecord class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Returns a value that indicates if the specified PromoCode record has the same PromoCode value as the current instance. (Overrides Object..::.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to enumerate over all the weakly-typed properties of the current payment method. | |
GetHashCode | Returns a hash code for the current instance based on the PromoCode. (Overrides Object..::.GetHashCode()()().) | |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the PromoCodeRecord. | |
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 to propagate change notifications 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 MappedStorageBase..::.SetDirty(Object).) | |
SetParent | Called whenever this object is associated with a new order group. (Overrides MappedStorageBase..::.SetParent(Object).) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Item | Gets or sets weakly-typed property storage for the current instance. | |
OrderFormId | Gets the order form identifier of the parent order form that contains the current PromoCode instance. | |
OrderGroupId | Gets the identifier of the grandparent order group to which the current instance belongs. | |
ParentOrderForm | Gets the parent order form for which the current instance belongs. | |
PromoApplied | Gets or sets a value that indicates if one or more discounts associated with the current PromoCode definition is actually applied to the Order. | |
PromoCode | Gets or sets a Promo code entered by the end-user. | |
PromoCodeDefinitionId | Gets the identifier of the promo code definition. | |
PromoCodeLookupDate | Gets or sets the date and time when the promo code was last validated or reserved. | |
PromoCodeReserved | Gets or sets a value that indicates the reservation for the current instance was successful. | |
PromoCodeStatus | Gets or sets the status of the current instance. | |
StorageLoadInProgress | Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.) |
Top