StoreProductRepositoryGetAllMerchandiseT Method
Retrieves all known Merchandise Store Products.
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public 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
- T
- An overridden entity type, as registered with the CustomEntityRegistrar
IReadOnlyCollectionTThe requested list