CouponCodesViewModel Class |
Namespace: CMS.Ecommerce.Web.UI
public sealed class CouponCodesViewModel : IEnumerable<CouponCodeViewModel>, IEnumerable
The CouponCodesViewModel type exposes the following members.
Name | Description | |
---|---|---|
CouponCodesViewModel |
Creates a new instance of CouponCodesViewModel.
|
Name | Description | |
---|---|---|
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
Name | Description | |
---|---|---|
BatchCouponCodeViewModel |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
ToHashSetCouponCodeViewModel |
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |