Click or drag to resize

InventoryProductRepositoryGetAllPriceAttributesByPrice Method

Retrieve all of the price attributes associated with a given price

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<InventoryPriceAttribute> GetAllPriceAttributesByPrice(
	IPrice price
)

Parameters

price  IPrice
The price whose price attributes should be retrieved

Return Value

IReadOnlyCollectionInventoryPriceAttribute
The price attributes belonging to the requested price
See Also