Table of Contents

Class QueryContextManager

Namespace
Cratis.Applications.Queries
Assembly
Cratis.Applications.dll

Represents an implementation of QueryContext.

[Singleton]
public class QueryContextManager : IQueryContextManager
Inheritance
QueryContextManager
Implements
Inherited Members

Properties

Current

Gets the current QueryContext.

public QueryContext Current { get; }

Property Value

QueryContext

Methods

Set(QueryContext)

Sets the QueryContext.

public void Set(QueryContext context)

Parameters

context QueryContext

QueryContext to set.