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
Methods
Set(QueryContext)
Sets the QueryContext.
public void Set(QueryContext context)
Parameters
context
QueryContextQueryContext to set.