 | StoreProductRepositoryGetAllKitsT Method |
Retrieves all known Kit Store Products.
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic 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
Type Parameters
- T
- An overridden entity type, as registered with the CustomEntityRegistrar
Return Value
IReadOnlyCollectionTThe requested list
See Also