Click or drag to resize

ICartItemCollectionT Interface

Specialized collection for shopping cart items

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

Type Parameters

T
The type of cart item contained in the collection

The ICartItemCollectionT type exposes the following members.

Properties
 NameDescription
Public propertyItemRetrieves the cart item with the specified id.
Top
See Also