Interface IQueryContextManager
- Namespace
- Cratis.Applications.Queries
- Assembly
- Cratis.Applications.dll
Defines a manager for QueryContext.
public interface IQueryContextManager
Properties
Current
Gets the current QueryContext.
QueryContext Current { get; }
Property Value
Methods
Set(QueryContext)
Sets the QueryContext.
void Set(QueryContext context)
Parameters
context
QueryContextQueryContext to set.