InventoryProductRepositoryGetAllPriceAttributesByPrice Method

Retrieve all of the price attributes associated with a given price

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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