Click or drag to resize

IBundleComponentCartItemCollectionT Interface


Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public interface IBundleComponentCartItemCollection<out T> : ICartItemCollection<T>, 
	IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
where T : IStandardCartItem

Type Parameters

T

The IBundleComponentCartItemCollectionT type exposes the following members.

Properties
 NameDescription
Public propertyItemRetrieves the cart item with the specified id.
(Inherited from ICartItemCollectionT)
Public propertyJustCourses A collection of just the course registration items
Public propertyJustDonations A collection of just the donation cart items
Public propertyJustEventRegistrations A collection of just the event registration cart items
Public propertyJustEventSponsorships A collection of just the event sponsorship items
Public propertyJustExhibitorApplications A collection of just the exhibitor application items
Public propertyJustGroupRegistrations A collection of just the group registration cart items
Public propertyJustKits A collection of just the invoice detail cart items with a product type of Kit
Public propertyJustMemberships A collection of just the membership cart items
Public propertyJustMerchandise A collection of just the invoice detail cart items with a product type of Merchandise
Public propertyJustPublications A collection of just the invoice detail cart items with a product type of Publication
Public propertyJustSubscriptions A collection of just the invoice detail cart items with a product type of Subscription
Top
See Also