Click or drag to resize

IStoreProductFqlFilters Interface

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

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public interface IStoreProductFqlFilters

The IStoreProductFqlFilters type exposes the following members.

Properties
 NameDescription
Public propertyStoreDiscountsFilter 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.
Public propertyStoreMembershipPackageComponentsFilter 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.
Public propertyStoreMembershipPackagesFilter 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.
Public propertyStorePriceAttributesFilter 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.
Public propertyStorePricesFilter 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.
Public propertyStoreProductsFilter 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.
Top
See Also