commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Public Member Functions
commercetools.Sdk.Api.Predicates.Query.CombinationQueryPredicate< T > Class Template Reference

Inherits commercetools.Sdk.Api.Predicates.Query.IQueryPredicate.

Public Member Functions

 CombinationQueryPredicate (IQueryPredicate predicate, Func< T > modelSupplier)
 
CombinationQueryPredicate< T > And (Func< T, CombinationQueryPredicate< T > > fn)
 
CombinationQueryPredicate< T > And (CombinationQueryPredicate< T > second)
 
CombinationQueryPredicate< T > Or (Func< T, CombinationQueryPredicate< T > > fn)
 
CombinationQueryPredicate< T > Or (CombinationQueryPredicate< T > second)
 
CombinationQueryPredicate< T > Group ()
 
CombinationQueryPredicate< T > Not ()
 
string Render ()
 

Constructor & Destructor Documentation

◆ CombinationQueryPredicate()

Member Function Documentation

◆ And() [1/2]

combines the previous predicate with the argument predicate by an AND operator

Parameters
secondpredicate
Returns
a combination predicate

◆ And() [2/2]

combines the previous predicate with the argument predicate by an AND operator

Parameters
fnpredicate builder function
Returns
a combination predicate

◆ Group()

puts the resulting predicate in parentheses

Returns
a combination predicate

◆ Not()

negates the previous predicate with the NOT predicate

Returns
a combination predicate

◆ Or() [1/2]

combines the previous predicate with the argument predicate by an OR operator

Parameters
secondpredicate
Returns
a combination predicate

◆ Or() [2/2]

combines the previous predicate with the argument predicate by an OR operator

Parameters
fnpredicate builder function
Returns
a combination predicate

◆ Render()


The documentation for this class was generated from the following file: