Click or drag to resize

IStandardCartItemCollectionT Interface


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

Type Parameters

T

The IStandardCartItemCollectionT type exposes the following members.

Properties
 NameDescription
Public propertyItemRetrieves the cart item with the specified id.
(Inherited from ICartItemCollectionT)
Public propertyJustBundles A collection of just the bundle cart items
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 propertyJustFromOpenInvoices A collection of just the cart items that come from pre-existing, open invoices
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