Class Query.AfterQueryArgs
- Namespace
- Dynamicweb.Indexing.Notifications
- Assembly
- Dynamicweb.Core.dll
Provides the information about query after execute.
public class Query.AfterQueryArgs : NotificationArgs
- Inheritance
-
Query.AfterQueryArgs
- Inherited Members
Constructors
AfterQueryArgs(IQuery, QuerySettings, IQueryResult?)
Initializes new instance of the class.
public AfterQueryArgs(IQuery query, QuerySettings settings, IQueryResult? result)
Parameters
queryIQueryThe query.
settingsQuerySettingsThe query settings.
resultIQueryResultThe query result.
Properties
Query
Gets or sets the query.
public IQuery Query { get; set; }
Property Value
Result
Gets or sets the result.
public IQueryResult? Result { get; set; }
Property Value
Settings
Gets or sets the settings.
public QuerySettings Settings { get; set; }