Table of Contents

Class Query.BeforeQueryArgs

Namespace
Dynamicweb.Indexing.Notifications
Assembly
Dynamicweb.Indexing.dll
Provides the information about query before execute.
public class Query.BeforeQueryArgs : NotificationArgs
Inheritance
Query.BeforeQueryArgs
Inherited Members

Constructors

BeforeQueryArgs()

Initializes new instance of the class.
public BeforeQueryArgs()

BeforeQueryArgs(IQuery, QuerySettings)

Initializes new instance of the class.
public BeforeQueryArgs(IQuery query, QuerySettings settings)

Parameters

query IQuery
The query.
settings QuerySettings
The query settings.

Properties

Query

Gets or sets the query.
public IQuery Query { get; set; }

Property Value

IQuery

Settings

Gets or sets the settings.
public QuerySettings Settings { get; set; }

Property Value

QuerySettings
To top