ICartItemCollectionT Interface

Specialized collection for shopping cart items

Definition

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

Type Parameters

T
The type of cart item contained in the collection

Properties

ItemRetrieves the cart item with the specified id.

See Also