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.QueryPredicateExtensions Class Reference

A collection of extension methods for working with queries. More...

Static Public Member Functions

static TResult GetValue< TResult > (this KeyValuePair< string, object > keyValuePair)
 Gets the value from the provided keyValuePair cast to TResult . More...
 
static TResult GetValue< TResult > (this ISet< KeyValuePair< string, object >> collection, string key)
 Gets the value from the provided collection cast to TResult . More...
 
static TResult GetValue< TResult > (this SortedSet< KeyValuePair< string, object >> collection, int index)
 Gets the value from the provided collection cast to TResult . More...
 
static TResult GetValue< TResult > (this QueryParameter queryParameter)
 Gets the value from the provided queryParameter cast to TResult . More...
 
static TResult GetValue< TResult > (this ISet< QueryParameter > collection, string parameterName)
 Gets the value from the provided collection cast to TResult . More...
 
static TResult GetValue< TResult > (this SortedSet< QueryParameter > collection, int index)
 Gets the value from the provided collection cast to TResult . More...
 
static TResult GetValue< TResult > (this SortedSet< QueryParameter > collection, string parameterName)
 Gets the value from the provided collection cast to TResult . More...
 

Detailed Description

A collection of extension methods for working with queries.