Table of Contents

Class Notifications.Querying.AfterQueryArgs

Namespace
Dynamicweb.QueryPublisher
Assembly
Dynamicweb.QueryPublisher.dll

Class AfterQueryArgs.

public class Notifications.Querying.AfterQueryArgs : NotificationArgs
Inheritance
Notifications.Querying.AfterQueryArgs
Inherited Members

Properties

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.

See Also

To top