ValuesSummary Class |
Namespace: CMS.Ecommerce
[SerializableAttribute] public class ValuesSummary : IEnumerable<SummaryItem>, IEnumerable
The ValuesSummary type exposes the following members.
Name | Description | |
---|---|---|
ValuesSummary |
Creates a new instance of summary.
| |
ValuesSummary(String) |
Creates a new instance de-serialized from the xmlSummary.
| |
ValuesSummary(IEnumerableSummaryItem) |
Creates a new instance of summary with the specified items.
|
Name | Description | |
---|---|---|
Add |
Adds the new item to the summary.
| |
Clear |
Removes all items from the summary.
| |
GetEnumerator |
Returns an enumerator.
| |
Merge |
Adds the set of items to the summary.
| |
Sum |
Sums the value with the item specified by name. Creates a new summary item when not found.
|
Name | Description | |
---|---|---|
BatchSummaryItem |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |