The ItemDiscount type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ItemDiscount |
Constructor - Creates an empty ItemDiscount object.
|
![]() | ItemDiscount(SerializationInfo, StreamingContext) |
Constructor - Creates a new ItemDiscount object from serialized data.
|
Methods
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.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | GetObjectData |
Gets object data.
|
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
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.) |
Properties
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.
|
See Also