 | StoreProductRepositoryGetAllMerchandiseT Method |
Retrieves all known Merchandise Store Products.
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic IReadOnlyCollection<T> GetAllMerchandise<T>()
where T : Merchandise
Public Function GetAllMerchandise(Of T As Merchandise) As IReadOnlyCollection(Of T)
public:
generic<typename T>
where T : Merchandise
virtual IReadOnlyCollection<T>^ GetAllMerchandise() sealed
abstract GetAllMerchandise : unit -> IReadOnlyCollection<'T> when 'T : Merchandise
override GetAllMerchandise : unit -> IReadOnlyCollection<'T> when 'T : Merchandise
Type Parameters
- T
- An overridden entity type, as registered with the CustomEntityRegistrar
Return Value
IReadOnlyCollectionTThe requested list
See Also