public interface IBundleComponentCartItemCollection<out T> : ICartItemCollection<T>,
IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
where T : IStandardCartItem
Public Interface IBundleComponentCartItemCollection(Of Out T As IStandardCartItem)
Inherits ICartItemCollection(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T),
IEnumerablegeneric<typename T>
where T : IStandardCartItem
public interface class IBundleComponentCartItemCollection : ICartItemCollection<T>,
IReadOnlyCollection<T>, IEnumerable<T>, IEnumerabletype IBundleComponentCartItemCollection<'T when 'T : IStandardCartItem> =
interface
interface ICartItemCollection<'T>
interface IReadOnlyCollection<'T>
interface IEnumerable<'T>
interface IEnumerable
end| Item | Retrieves the cart item with the specified id. (Inherited from ICartItemCollectionT) |
| 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 |
| 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 |