IBundleComponentCartItemCollectionT Interface

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public interface IBundleComponentCartItemCollection<out T> : ICartItemCollection<T>, 
	IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
where T : IStandardCartItem
Implements
ICartItemCollectionT, IEnumerableT, IReadOnlyCollectionT, IEnumerable

Type Parameters

T

Properties

ItemRetrieves 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

See Also