IStoreProductFqlFilters Interface

Provides FQL-based filters for the StoreProductRepository to use when loading StoreProduct entities from netFORUM.

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public interface IStoreProductFqlFilters

Properties

StoreDiscountsFilter Filter to define what constitutes a Discount when loaded from the StoreProductRepository The query this filter is applied to is based on the list table for oe_price (*not* oe_discount_product) in netFORUM, and any columns available there are available here.
StoreMembershipPackageComponentsFilter Filter to define what constitutes a PackageComponent The query this filter is applied to is based on the list table for oe_product_package in netFORUM, and any columns available there are available here.
StoreMembershipPackagesFilter Filter to define what constitutes a MembershipPackage The query this filter is applied to is based on the list table for oe_package in netFORUM, and any columns available there are available here.
StorePriceAttributesFilter Filter to define what constitutes a StorePriceAttribute The query this filter is applied to is based on the list table for oe_price in netFORUM, and any columns available there are available here.
StorePricesFilter Filter to define what constitutes a StorePrice. The query this filter is applied to is based on the list table for oe_product in netFORUM, and any columns available there are available here.
StoreProductsFilter Filter to define what constitutes a StoreProduct. The query this filter is applied to is based on the list table for oe_product in netFORUM, and any columns available there are available here.

See Also