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