Table of Contents

Class ProductSearchFilter

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll
public sealed class ProductSearchFilter
Inheritance
ProductSearchFilter
Inherited Members

Properties

ActiveFilter

public ProductSearchFilter.ActiveStateFilter? ActiveFilter { get; set; }

Property Value

ProductSearchFilter.ActiveStateFilter?

CreatedFrom

public DateTime? CreatedFrom { get; set; }

Property Value

DateTime?

CreatedTo

public DateTime? CreatedTo { get; set; }

Property Value

DateTime?

GroupIds

public IEnumerable<string> GroupIds { get; set; }

Property Value

IEnumerable<string>

IncludeOrphanedProducts

public bool IncludeOrphanedProducts { get; set; }

Property Value

bool

LanguageIds

public IEnumerable<string> LanguageIds { get; set; }

Property Value

IEnumerable<string>

OrderBy

public string OrderBy { get; set; }

Property Value

string

OrderByDirection

public string OrderByDirection { get; set; }

Property Value

string

PageNumber

public int PageNumber { get; set; }

Property Value

int

PageSize

public int PageSize { get; set; }

Property Value

int

SearchInAllFields

public bool SearchInAllFields { get; set; }

Property Value

bool

SearchValue

public string SearchValue { get; set; }

Property Value

string

ShopType

public ShopType? ShopType { get; set; }

Property Value

ShopType?

UpdatedFrom

public DateTime? UpdatedFrom { get; set; }

Property Value

DateTime?

UpdatedTo

public DateTime? UpdatedTo { get; set; }

Property Value

DateTime?

VariantFilter

public ProductSearchFilter.VariantStateFilter? VariantFilter { get; set; }

Property Value

ProductSearchFilter.VariantStateFilter?
To top