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
- Extension Methods
Properties
Current
Gets the current QueryContext.
public QueryContext Current { get; }Property Value
Methods
Set(QueryContext)
Sets the QueryContext.
public void Set(QueryContext context)Parameters
- contextQueryContext
- QueryContext to set.