StoreProductRepositoryGetAllKitsT Method
Retrieves all known Kit Store Products.
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<T> GetAllKits<T>()
where T : Kit
Public Function GetAllKits(Of T As Kit) As IReadOnlyCollection(Of T)
public:
generic<typename T>
where T : Kit
virtual IReadOnlyCollection<T>^ GetAllKits() sealed
abstract GetAllKits : unit -> IReadOnlyCollection<'T> when 'T : Kit
override GetAllKits : unit -> IReadOnlyCollection<'T> when 'T : Kit
- T
- An overridden entity type, as registered with the CustomEntityRegistrar
IReadOnlyCollectionTThe requested list