CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Repositories.Queries.QueryPredicate Class Reference

Information about a query. More...

+ Inheritance diagram for Cqrs.Repositories.Queries.QueryPredicate:

Public Member Functions

 QueryPredicate ()
 Instantiates a new instance of QueryPredicate. More...
 

Properties

string Name [get, set]
 The Name of the function in the IQueryStrategy. More...
 
SortedSet< QueryParameterParameters [get, set]
 The parameters passed to function in the IQueryStrategy. More...
 
- Properties inherited from Cqrs.Repositories.Queries.IQueryPredicateData
string Name [get]
 The Name of the function in the IQueryStrategy. More...
 
SortedSet< QueryParameterParameters [get]
 The parameters passed to the function in the IQueryStrategy. More...
 

Detailed Description

Information about a query.