![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
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< QueryParameter > | Parameters [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< QueryParameter > | Parameters [get] |
| The parameters passed to the function in the IQueryStrategy. More... | |
Information about a query.