![]() |
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.
|
Classes | |
class | AndQueryPredicate |
An IQueryPredicate where both the LeftQueryPredicate and the RightQueryPredicate must evaluate to true. More... | |
class | CollectionResultQuery |
A query that will produce a result that contains a collection of TData items. More... | |
interface | IAndQueryPredicate |
An IQueryPredicate where both the LeftQueryPredicate and the RightQueryPredicate must evaluate to true. More... | |
interface | ICollectionResultQuery |
A query that will produce a result that contains a collection of TData items. More... | |
interface | IOrQueryPredicate |
An IQueryPredicate where either the LeftQueryPredicate or the RightQueryPredicate must evaluate to true. More... | |
interface | IQueryBuilder |
Builds an IQueryable from a TQueryStrategy . More... | |
interface | IQueryFactory |
A factory to create new instances of ResultQuery<TQueryStrategy,TData>. More... | |
interface | IQueryPredicate |
A predicate used in queries, similar to a filter and/order statement. More... | |
interface | IQueryPredicateData |
Information about a query. More... | |
interface | IQueryStrategy |
A specification for a query to execute. More... | |
interface | IQueryWithResults |
A query that will produce a result More... | |
interface | IQueryWithStrategy |
A query that utilises a TQueryStrategy . More... | |
interface | ISingleResultQuery |
A query that will produce a result that is a single TData item. More... | |
class | OrQueryPredicate |
An IQueryPredicate where either the LeftQueryPredicate or the RightQueryPredicate must evaluate to true. More... | |
class | QueryBuilder |
Builds an IQueryable from a TQueryStrategy . More... | |
class | QueryFactory |
A factory to create new instances of ResultQuery<TQueryStrategy,TData>. More... | |
class | QueryParameter |
Information about a parameter pass to a function in a IQueryStrategy. More... | |
class | QueryPredicate |
Information about a query. More... | |
class | QueryPredicateExtensions |
A collection of extension methods for working with queries. More... | |
class | QueryStrategy |
A specification for a query to execute. More... | |
class | ResultQuery |
A query that will produce a result More... | |
class | SingleResultQuery |
A query that will produce a result that is a single TData item. More... | |
class | SortParameter |
Sorting information. More... | |