ItemDiscount Class |
Namespace: CMS.Ecommerce
[SerializableAttribute] public class ItemDiscount : IItemDiscount
The ItemDiscount type exposes the following members.
Name | Description | |
---|---|---|
ItemDiscount |
Constructor - Creates an empty ItemDiscount object.
| |
ItemDiscount(SerializationInfo, StreamingContext) |
Constructor - Creates a new ItemDiscount object from serialized data.
|
Name | Description | |
---|---|---|
ApplyTogetherWith |
Returns false. Item discounts are applied on result of previous discounts application.
| |
CalculateUnitDiscount |
Calculates discount based on basePrice for given shoppingcart item.
| |
GetObjectData |
Gets object data.
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
ItemDiscountCustomData |
Discount custom data.
| |
ItemDiscountDisplayName |
Discount display name which is displayed to the customers in shopping cart item price detail dialog.
| |
ItemDiscountedUnits |
Number of units the discount should be applied to
| |
ItemDiscountID |
Discount unique identifier.
| |
ItemDiscountIsFlat |
True - discount value is flat, False (default) - discount value is relative.
| |
ItemDiscountIsGlobal |
True - discount value is set in global main currency, False (default) - discount value is set in site main currency.
Takes effect only if discount value is flat.
| |
ItemDiscountType |
Type of the discount. 'Custom discount' type is set by default.
| |
ItemDiscountValue |
Discount value. It can be either relative or flat according to the ItemDiscountIsFlat property.
|