SummaryItem Constructor (String, Decimal) |
Initializes a new instance of the
SummaryItem class with the specified
name and
value.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public SummaryItem(
string name,
decimal value
)
Parameters
- name
- Type: SystemString
Name of the summary item. - value
- Type: SystemDecimal
Value of the summary item.
See Also