IStandard |
public interface IStandardCartItemCollection<out T> : ICartItemCollection<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : IStandardCartItem
The IStandardCartItemCollectionT type exposes the following members.
| Name | Description | |
|---|---|---|
| Item | Retrieves the cart item with the specified id. (Inherited from ICartItemCollectionT) | |
| JustBundles | A collection of just the bundle cart items | |
| JustCourses | A collection of just the course registration items | |
| JustDonations | A collection of just the donation cart items | |
| JustEventRegistrations | A collection of just the event registration cart items | |
| JustEventSponsorships | A collection of just the event sponsorship items | |
| JustExhibitorApplications | A collection of just the exhibitor application items | |
| JustFromOpenInvoices | A collection of just the cart items that come from pre-existing, open invoices | |
| JustGroupRegistrations | A collection of just the group registration cart items | |
| JustKits | A collection of just the invoice detail cart items with a product type of Kit | |
| JustMemberships | A collection of just the membership cart items | |
| JustMerchandise | A collection of just the invoice detail cart items with a product type of Merchandise | |
| JustPublications | A collection of just the invoice detail cart items with a product type of Publication | |
| JustSubscriptions | A collection of just the invoice detail cart items with a product type of Subscription |