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

Inherits commercetools.Sdk.Api.Predicates.Query.IComparablePredicateBuilder< T, TValue >.

Public Member Functions

CombinationQueryPredicate< T > Is (TValue value)
 
CombinationQueryPredicate< T > IsVar (string variable)
 
- Public Member Functions inherited from commercetools.Sdk.Api.Predicates.Query.IComparablePredicateBuilder< T, TValue >
ConstantQueryPredicate Format (TValue value)
 
CombinationQueryPredicate< T > Is (PredicateOperator op, TValue value)
 
CombinationQueryPredicate< T > Is (PredicateOperator op, VariableQueryPredicate value)
 

Member Function Documentation

◆ Is()

creates predicate to a field has the specified value

Parameters
valuevalue to be checked for equality
Returns
a combination predicate

◆ IsVar()

creates predicate to a field has the value of the supplied variable

Parameters
variablevariable name
Returns
a combination predicate

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