Table of Contents

Class ProductQueryConfiguration

Namespace
Dynamicweb.Ecommerce.IndexQuery
Assembly
Dynamicweb.Ecommerce.dll

Represents the configuration for product index query.

public class ProductQueryConfiguration : QueryConfigurationBase
Inheritance
ProductQueryConfiguration
Inherited Members

Properties

AppendCompletionExpressions

Gets or sets query value indication whether to append in run time expressions based on selected completeness rules

public bool AppendCompletionExpressions { get; set; }

Property Value

bool

CompletionLanguages

Gets or sets query completion languages

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

Property Value

IEnumerable<string>

CompletionRules

Gets or sets query completion rules

public IEnumerable<int> CompletionRules { get; set; }

Property Value

IEnumerable<int>

EditScreenLanguages

Gets or sets the preset of the languages which are used when open the Edit screen

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

Property Value

IEnumerable<string>

EditScreenViewPresetId

public long? EditScreenViewPresetId { get; set; }

Property Value

long?

IsDefault

public bool IsDefault { get; set; }

Property Value

bool

ListScreenViewPresetId

public long? ListScreenViewPresetId { get; set; }

Property Value

long?

OpenProductEditScreenByDefault

Gets or sets the value indicate whether the default click action on a product in the list is open the Edit screen

public bool OpenProductEditScreenByDefault { get; set; }

Property Value

bool

Methods

LoadFromXml(XDocument)

protected override void LoadFromXml(XDocument xmlDoc)

Parameters

xmlDoc XDocument

SaveToXml(XDocument)

protected override void SaveToXml(XDocument xmlDoc)

Parameters

xmlDoc XDocument
To top