 | DefaultStoreProductFqlFilters Class |
Inheritance HierarchySystemObject
Ignition.Commerce.ProductsDefaultStoreProductFqlFilters
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic class DefaultStoreProductFqlFilters : IStoreProductFqlFilters
Public Class DefaultStoreProductFqlFilters
Implements IStoreProductFqlFilters
public ref class DefaultStoreProductFqlFilters : IStoreProductFqlFilters
type DefaultStoreProductFqlFilters =
class
interface IStoreProductFqlFilters
endThe DefaultStoreProductFqlFilters type exposes the following members.
Constructors
Properties| | Name | Description |
|---|
 | StoreDiscountsFilter |
Filters down to "Discounts" (since the query is based on oe_price), "Discounts Sold Online",
and discounts attached to "Active Products" and "Active Prices".
|
 | StoreMembershipPackageComponentsFilter |
Filters out package components which are outside their start/end dates, if they are specified.
|
 | StoreMembershipPackagesFilter |
Filters down to "Active Packages", "Packages Sold Online", "Membership Packages", "Non-Event Packages", and packages attached to "Active" products.
|
 | StorePriceAttributesFilter |
Filters down to "Non-Advanced Price Attributes" and price attributes attached to store-prices
|
 | StorePricesFilter |
Filters down to "Active Prices", "Prices Sold Online", "Non-Advanced Prices", and prices attached to store-products
|
 | StoreProductsFilter |
Filters down to "Active Products" and "Products Sold Online"
|
Top
Fields
See Also