public interface IStandardCartItemCollection<out T> : ICartItemCollection<T>,
IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
where T : IStandardCartItem
Public Interface IStandardCartItemCollection(Of Out T As IStandardCartItem)
Inherits ICartItemCollection(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T),
IEnumerable
generic<typename T>
where T : IStandardCartItem
public interface class IStandardCartItemCollection : ICartItemCollection<T>,
IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
type IStandardCartItemCollection<'T when 'T : IStandardCartItem> =
interface
interface ICartItemCollection<'T>
interface IReadOnlyCollection<'T>
interface IEnumerable<'T>
interface IEnumerable
end
Item | Retrieves the cart item with the specified id. (Inherited from ICartItemCollectionT) |
JustBundles | A collection of just the bundle cart items |
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 |
JustFromOpenInvoices | A collection of just the cart items that come from pre-existing, open invoices |
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 |