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.IComparablePredicateBuilder< T, in TValue > Interface Template Reference

Inherits commercetools.Sdk.Api.Predicates.Query.IPredicateBuilder< T >.

Public Member Functions

ConstantQueryPredicate Format (TValue value)
 
CombinationQueryPredicate< T > Is (PredicateOperator op, TValue value)
 
CombinationQueryPredicate< T > Is (PredicateOperator op, VariableQueryPredicate value)
 
- Public Member Functions inherited from commercetools.Sdk.Api.Predicates.Query.IPredicateBuilder< T >
BinaryQueryPredicate Predicate ()
 
Func< IQueryPredicate, CombinationQueryPredicate< T > > CombinationFn ()
 

Member Function Documentation

◆ Format()

◆ Is() [1/2]

create a predicate with the supplied operator and value

Parameters
operatorthe predicate operator
valuethe comparison value
Returns
a combination predicate

◆ Is() [2/2]

create a predicate with the supplied operator and variable name predicate

Parameters
operatorthe predicate operator
valuethe variable name predicate
Returns
a combination predicate

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