Table of Contents

Class Ecommerce.Querying.AfterQueryArgs

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

Properties

Query

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

Property Value

IQuery
The query.
See Also

Result

Gets or sets the result.
public IQueryResult Result { get; set; }

Property Value

IQueryResult
The result.
See Also

Settings

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

Property Value

QuerySettings
The settings.
See Also

See Also

To top