Table of Contents

Class Ecommerce.Querying.BeforeQueryDatabaseArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
public class Ecommerce.Querying.BeforeQueryDatabaseArgs : NotificationArgs
Inheritance
Ecommerce.Querying.BeforeQueryDatabaseArgs
Inherited Members

Properties

AutoIds

Gets or sets the list of product auto ids found in the search. Change the order or collection of ids to change the search result.

public List<long> AutoIds { get; set; }

Property Value

List<long>

The result.

Query

Gets or sets the query.

public IQuery Query { get; set; }

Property Value

IQuery

The query.

Result

Gets or sets the result.

public IQueryResult Result { get; set; }

Property Value

IQueryResult

The result.

Settings

Gets or sets the settings.

public QuerySettings Settings { get; set; }

Property Value

QuerySettings

The settings.

To top